Searched refs:kq_calloutmax (Results 1 – 1 of 1) sorted by relevance
209 static unsigned int kq_calloutmax = 4 * 1024; variable210 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()