Searched refs:ncallout (Results 1 – 2 of 2) sorted by relevance
111 static int ncallout; variable112 SYSCTL_INT(_kern, OID_AUTO, ncallout, CTLFLAG_RDTUN | CTLFLAG_NOFETCH, &ncallout, 0,283 ncallout = imin(16 + maxproc + maxfiles, 18508); in callout_callwheel_init()284 TUNABLE_INT_FETCH("kern.ncallout", &ncallout); in callout_callwheel_init()290 callwheelsize = 1 << fls(ncallout); in callout_callwheel_init()307 cc->cc_callout = malloc(ncallout * sizeof(struct callout), in callout_callwheel_init()338 for (i = 0; i < ncallout; i++) { in callout_cpu_init()
206 ncallout