Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_softint.c222 u_int softint_bytes = 32768; variable
307 softint_bytes = round_page(softint_bytes); in softint_init()
308 softint_max = (softint_bytes - sizeof(softcpu_t)) / in softint_init()
313 sc = (softcpu_t *)uvm_km_alloc(kernel_map, softint_bytes, 0, in softint_init()
437 KASSERTMSG(offset < softint_bytes, "%"PRIuPTR" %u", in softint_disestablish()
438 offset, softint_bytes); in softint_disestablish()
501 KASSERTMSG(offset < softint_bytes, "%"PRIuPTR" %u", in softint_schedule()
502 offset, softint_bytes); in softint_schedule()