Searched refs:tc_precexp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_tc.c129 int tc_precexp; variable
1772 tc_precexp = fls(t + (t >> 1)) - 1;
1775 bintime_shift(&bt_timethreshold, tc_precexp);
1776 bintime_shift(&bt_tickthreshold, tc_precexp);
1778 tc_precexp = 31;
H A Dkern_time.c502 prec >>= tc_precexp; local
761 pr = tvtosbt(aitv->it_value) >> tc_precexp;
822 isbt >> tc_precexp, realitexpire, p, C_ABSOLUTE);
H A Dsys_generic.c1072 precision >>= tc_precexp; local
1327 precision >>= tc_precexp; local
1547 precision >>= tc_precexp; local
H A Dkern_timeout.c958 pr = ((C_PRELGET(flags) < 0) ? sbt >> tc_precexp :
H A Dkern_event.c1382 rsbt >>= tc_precexp; local
/freebsd-10.0-release/sys/sys/
H A Dtime.h380 extern int tc_precexp;

Completed in 92 milliseconds