Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dkern_event.c262 static int kq_calloutmax = (4 * 1024); variable
1448 if (atomic_inc_uint_nv(&kq_ncallouts) >= kq_calloutmax || in filt_timerattach()