Home
last modified time | relevance | path

Searched refs:softfree (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c136 static softcall_t *softhead, *softtail, *softfree; variable
187 sc->sc_next = softfree; in softcall_init()
188 softfree = sc; in softcall_init()
329 if ((sc = softfree) == 0) in softcall()
332 softfree = sc->sc_next; in softcall()
478 sc->sc_next = softfree; in softint()
479 softfree = sc; in softint()