Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c1914 static int tc_tick; variable
1915 SYSCTL_INT(_kern_timecounter, OID_AUTO, tick, CTLFLAG_RD, &tc_tick, 0,
1925 if (count >= tc_tick) { in tc_ticktock()
1941 FREQ2BT(hz / tc_tick, &bt_timethreshold); in tc_adjprecision()
2011 tc_tick = (hz + 500) / 1000; in inittimecounter()
2013 tc_tick = 1; in inittimecounter()
2017 tick_rate = hz / tc_tick; in inittimecounter()
2020 p = (tc_tick * 1000000) / hz; in inittimecounter()