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

/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvatpit.c172 precision = delta >> tc_precexp;
H A Dvhpet.c352 precision = delta >> tc_precexp;
/freebsd-10-stable/sys/kern/
H A Dkern_tc.c127 int tc_precexp; variable
1819 tc_precexp = fls(t + (t >> 1)) - 1;
1822 bintime_shift(&bt_timethreshold, tc_precexp);
1823 bintime_shift(&bt_tickthreshold, tc_precexp);
1825 tc_precexp = 31;
H A Dkern_time.c504 prec >>= tc_precexp; local
772 pr = tvtosbt(aitv->it_value) >> tc_precexp;
845 isbt >> tc_precexp, realitexpire, p, C_ABSOLUTE);
H A Dsys_generic.c1092 precision >>= tc_precexp; local
1352 precision >>= tc_precexp; local
1629 precision >>= tc_precexp; local
H A Dkern_timeout.c950 to_pr = ((C_PRELGET(flags) < 0) ? sbt >> tc_precexp :
H A Dkern_event.c1520 rsbt >>= tc_precexp; local
/freebsd-10-stable/sys/sys/
H A Dtime.h426 extern int tc_precexp;
/freebsd-10-stable/sys/x86/cpufreq/
H A Dhwpstate.c215 sbt >> tc_precexp, 0);
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_futex.c523 prec >>= tc_precexp; local

Completed in 147 milliseconds