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

/freebsd-9.3-release/sys/kern/
H A Dsubr_param.c92 int ncallout; /* maximum # of timer events */ variable
111 SYSCTL_INT(_kern, OID_AUTO, ncallout, CTLFLAG_RDTUN, &ncallout, 0,
338 ncallout = imin(16 + maxproc + maxfiles, 18508);
339 TUNABLE_INT_FETCH("kern.ncallout", &ncallout);
H A Dkern_timeout.c222 callwheelsize < ncallout;
228 v = (caddr_t)(cc->cc_callout + ncallout);
248 for (i = 0; i < ncallout; i++) {
376 while( skip < ncallout && skip < limit ) {
380 if (c->c_time - curticks <= ncallout)
/freebsd-9.3-release/sys/sys/
H A Dcallout.h56 extern int ncallout;

Completed in 99 milliseconds