Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_tc.c135 struct bintime bt_tickthreshold; variable
1942 FREQ2BT(hz, &bt_tickthreshold); in tc_adjprecision()
1944 bintime_shift(&bt_tickthreshold, tc_precexp); in tc_adjprecision()
1949 bt_tickthreshold = bt_timethreshold; in tc_adjprecision()
1952 sbt_tickthreshold = bttosbt(bt_tickthreshold); in tc_adjprecision()
/freebsd-14.2/sys/sys/
H A Dtime.h513 extern struct bintime bt_tickthreshold;