Searched refs:softcalls (Results 1 – 1 of 1) sorted by relevance
135 static softcall_t *softcalls; variable184 softcalls = kmem_zalloc(sizeof (softcall_t) * NSOFTCALLS, KM_SLEEP); in softcall_init()186 for (sc = softcalls; sc < &softcalls[NSOFTCALLS]; sc++) { in softcall_init()