Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_tc.c1836 static int tc_tick; variable
1837 SYSCTL_INT(_kern_timecounter, OID_AUTO, tick, CTLFLAG_RD, &tc_tick, 0,
1846 if (count < tc_tick) in tc_ticktock()
1860 FREQ2BT(hz / tc_tick, &bt_timethreshold); in tc_adjprecision()
1906 tc_tick = (hz + 500) / 1000; in inittimecounter()
1908 tc_tick = 1; in inittimecounter()
1912 tick_rate = hz / tc_tick; in inittimecounter()
1915 p = (tc_tick * 1000000) / hz; in inittimecounter()