Searched refs:kq_calloutmax (Results 1 – 2 of 2) sorted by relevance
214 static unsigned int kq_calloutmax = 4 * 1024; variable215 SYSCTL_UINT(_kern, OID_AUTO, kq_calloutmax, CTLFLAG_RW,216 &kq_calloutmax, 0, "Maximum number of callouts allocated for kqueue");831 if (atomic_fetchadd_int(&kq_ncallouts, 1) + 1 > kq_calloutmax) { in filt_timerattach()
842 kern.kq_calloutmax