Searched refs:softhead (Results 1 – 2 of 2) sorted by relevance
136 static softcall_t *softhead, *softtail, *softfree; variable323 for (sc = softhead; sc != 0; sc = sc->sc_next) { in softcall()337 if (softhead) { in softcall()341 softhead = softtail = sc; in softcall()401 if (softhead == NULL) in kdi_softcall()474 if ((sc = softhead) != NULL) { in softint()477 softhead = sc->sc_next; in softint()
4462 softhead