Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c136 struct bintime bt_tickthreshold; variable
1950 FREQ2BT(hz, &bt_tickthreshold); in tc_adjprecision()
1952 bintime_shift(&bt_tickthreshold, tc_precexp); in tc_adjprecision()
1957 bt_tickthreshold = bt_timethreshold; in tc_adjprecision()
1960 sbt_tickthreshold = bttosbt(bt_tickthreshold); in tc_adjprecision()
/freebsd/sys/sys/
H A Dtime.h511 extern struct bintime bt_tickthreshold;