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

/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c123 struct bintime bt_tickthreshold; variable in typeref:struct:bintime
1861 FREQ2BT(hz, &bt_tickthreshold);
1863 bintime_shift(&bt_tickthreshold, tc_precexp);
1868 bt_tickthreshold = bt_timethreshold;
1871 sbt_tickthreshold = bttosbt(bt_tickthreshold);
/freebsd-11.0-release/sys/sys/
H A Dtime.h384 extern struct bintime bt_tickthreshold;

Completed in 99 milliseconds