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

/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c122 struct bintime bt_timethreshold; variable in typeref:struct:bintime
1860 FREQ2BT(hz / tc_tick, &bt_timethreshold);
1862 bintime_shift(&bt_timethreshold, tc_precexp);
1866 bt_timethreshold.sec = INT_MAX;
1867 bt_timethreshold.frac = ~(uint64_t)0;
1868 bt_tickthreshold = bt_timethreshold;
1870 sbt_timethreshold = bttosbt(bt_timethreshold);
/freebsd-11.0-release/sys/sys/
H A Dtime.h383 extern struct bintime bt_timethreshold;

Completed in 103 milliseconds