Home
last modified time | relevance | path

Searched refs:error_bound (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_ffclock.c72 struct bintime *error_bound, uint32_t flags) in ffclock_abstime() argument
110 if (error_bound) { in ffclock_abstime()
112 ffclock_convert_diff(ffdelta_error, error_bound); in ffclock_abstime()
114 bintime_mul(error_bound, cest.errb_rate * in ffclock_abstime()
117 bintime_addx(error_bound, cest.errb_abs * in ffclock_abstime()
133 struct bintime *error_bound) in ffclock_difftime() argument
140 if (error_bound) { in ffclock_difftime()
146 ffclock_convert_diff(ffdelta, error_bound); in ffclock_difftime()
148 bintime_mul(error_bound, err_rate * (uint64_t)18446744073709LL); in ffclock_difftime()
/f-stack/freebsd/sys/
H A Dtimeffc.h199 struct bintime *error_bound, uint32_t flags);
201 struct bintime *error_bound);