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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c135 static softcall_t *softcalls; variable
184 softcalls = kmem_zalloc(sizeof (softcall_t) * NSOFTCALLS, KM_SLEEP);
186 for (sc = softcalls; sc < &softcalls[NSOFTCALLS]; sc++) {
322 /* coalesce identical softcalls */
330 panic("too many softcalls");

Completed in 43 milliseconds