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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c130 } softcall_t; typedef in typeref:struct:softcall
135 static softcall_t *softcalls;
136 static softcall_t *softhead, *softtail, *softfree;
182 softcall_t *sc;
184 softcalls = kmem_zalloc(sizeof (softcall_t) * NSOFTCALLS, KM_SLEEP);
315 softcall_t *sc;
420 softcall_t *sc = NULL;

Completed in 54 milliseconds