Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_tc.c1862 static int tc_tick; variable
1863 SYSCTL_INT(_kern_timecounter, OID_AUTO, tick, CTLFLAG_RD, &tc_tick, 0,
1873 if (count >= tc_tick) { in tc_ticktock()
1889 FREQ2BT(hz / tc_tick, &bt_timethreshold); in tc_adjprecision()
1954 tc_tick = (hz + 500) / 1000; in inittimecounter()
1956 tc_tick = 1; in inittimecounter()
1960 tick_rate = hz / tc_tick; in inittimecounter()
1963 p = (tc_tick * 1000000) / hz; in inittimecounter()