Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimetc.h84 extern int tc_min_ticktock_freq; /*
/f-stack/freebsd/kern/
H A Dkern_clocksource.c243 if (tc_min_ticktock_freq > 2 in getnextcpuevent()
248 hardfreq = hz / tc_min_ticktock_freq; in getnextcpuevent()
H A Dkern_tc.c101 int tc_min_ticktock_freq = 1; variable
1391 tc_min_ticktock_freq = max(1, timecounter->tc_frequency / in tc_windup()