Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_softint.c224 static u_int softint_max; variable
308 softint_max = (softint_bytes - sizeof(softcpu_t)) / in softint_init()
335 memcpy(sh, scfirst->sc_hand, sizeof(*sh) * softint_max); in softint_init()
337 for (shmax = sh + softint_max; sh < shmax; sh++) { in softint_init()
371 for (index = 1; index < softint_max; index++) { in softint_establish()
375 if (index == softint_max) { in softint_establish()