Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c214 static unsigned int kq_calloutmax = 4 * 1024; variable
215 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()
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc842 kern.kq_calloutmax