Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_event.c209 static unsigned int kq_calloutmax = 4 * 1024; variable
210 SYSCTL_UINT(_kern, OID_AUTO, kq_calloutmax, CTLFLAG_RW,
211 &kq_calloutmax, 0, "Maximum number of callouts allocated for kqueue");
748 if (ncallouts >= kq_calloutmax) in filt_timerattach()