Home
last modified time | relevance | path

Searched refs:tc_precexp (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_tc.c133 int tc_precexp; variable
1888 tc_precexp = fls(t + (t >> 1)) - 1; in tc_adjprecision()
1891 bintime_shift(&bt_timethreshold, tc_precexp); in tc_adjprecision()
1892 bintime_shift(&bt_tickthreshold, tc_precexp); in tc_adjprecision()
1894 tc_precexp = 31; in tc_adjprecision()
H A Dkern_time.c559 prec >>= tc_precexp; in kern_clock_nanosleep()
848 pr = tvtosbt(aitv->it_value) >> tc_precexp; in kern_setitimer()
921 isbt >> tc_precexp, realitexpire, p, C_ABSOLUTE); in realitexpire()
H A Dsys_generic.c1187 precision >>= tc_precexp; in kern_select()
1449 precision >>= tc_precexp; in kern_poll()
1698 precision >>= tc_precexp; in selsocket()
H A Dkern_timeout.c872 to_pr = ((C_PRELGET(flags) < 0) ? sbt >> tc_precexp : in callout_when()
H A Dkern_event.c1822 rsbt >>= tc_precexp; in kqueue_scan()
/f-stack/freebsd/x86/cpufreq/
H A Dhwpstate_amd.c228 sbt >> tc_precexp, 0); in hwpstate_goto_pstate()
/f-stack/freebsd/amd64/vmm/io/
H A Dvatpit.c193 precision = bttosbt(delta) >> tc_precexp; in pit_timer_start_cntr0()
H A Dvhpet.c357 precision = delta >> tc_precexp; in vhpet_start_timer()
/f-stack/freebsd/sys/
H A Dtime.h509 extern int tc_precexp;