Home
last modified time | relevance | path

Searched refs:errb_rate (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_ffclock.c114 bintime_mul(error_bound, cest.errb_rate * in ffclock_abstime()
143 err_rate = ffclock_estimate.errb_rate; in ffclock_difftime()
H A Dkern_tc.c547 cest.errb_rate = 0; in ffclock_reset_clock()
767 cest->errb_rate = 0; in ffclock_change_tc()
1085 bintime_mul(&bt, cest.errb_rate * (uint64_t)18446744073709ULL); in sysclock_getsnapshot()
/f-stack/freebsd/sys/
H A Dtimeffc.h51 uint32_t errb_rate; /* Bound on counter rate error [ps/s]. */ member