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

/freebsd-9.3-release/sys/kern/
H A Dkern_tc.c811 static int tc_tick; variable
812 SYSCTL_INT(_kern_timecounter, OID_AUTO, tick, CTLFLAG_RD, &tc_tick, 0,
821 if (count < tc_tick)
841 tc_tick = (hz + 500) / 1000;
843 tc_tick = 1;
844 p = (tc_tick * 1000000) / hz;

Completed in 173 milliseconds