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

/freebsd-10.2-release/sys/kern/
H A Dkern_event.c188 static unsigned int kq_calloutmax = 4 * 1024; variable
189 SYSCTL_UINT(_kern, OID_AUTO, kq_calloutmax, CTLFLAG_RW,
190 &kq_calloutmax, 0, "Maximum number of callouts allocated for kqueue");
602 if (ncallouts >= kq_calloutmax)

Completed in 46 milliseconds