Searched defs: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;
188 softfree = sc;
329 if ((sc = softfree) == 0)
332 softfree = sc->sc_next;
478 sc->sc_next = softfree;
479 softfree = sc;

Completed in 44 milliseconds