Searched defs:softhead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c41 * At present softcall mechanism uses a global list headed by softhead.
136 static softcall_t *softhead, *softtail, *softfree; variable
323 for (sc = softhead; sc != 0; sc = sc->sc_next) {
337 if (softhead) {
341 softhead = softtail = sc;
401 if (softhead == NULL)
474 if ((sc = softhead) != NULL) {
477 softhead = sc->sc_next;

Completed in 57 milliseconds