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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c116 #define NSOFTCALLS 200 macro
184 softcalls = kmem_zalloc(sizeof (softcall_t) * NSOFTCALLS, KM_SLEEP);
186 for (sc = softcalls; sc < &softcalls[NSOFTCALLS]; sc++) {

Completed in 44 milliseconds