Home
last modified time | relevance | path

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

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