Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_tc.c857 static int tc_tick; variable
864 if (++count < tc_tick) in tc_ticktock()
889 tc_tick = (hz + 500) / 1000; in inittimecounter()
891 tc_tick = 1; in inittimecounter()
893 p = (tc_tick * 1000000) / hz; in inittimecounter()
903 { KERN_TIMECOUNTER_TICK, &tc_tick, SYSCTL_INT_READONLY },