Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_tc.c128 struct bintime bt_tickthreshold; variable
1890 FREQ2BT(hz, &bt_tickthreshold); in tc_adjprecision()
1892 bintime_shift(&bt_tickthreshold, tc_precexp); in tc_adjprecision()
1897 bt_tickthreshold = bt_timethreshold; in tc_adjprecision()
1900 sbt_tickthreshold = bttosbt(bt_tickthreshold); in tc_adjprecision()
/f-stack/freebsd/sys/
H A Dtime.h512 extern struct bintime bt_tickthreshold;