Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_ffclock.c70 struct bintime *error_bound, uint32_t flags) in ffclock_abstime() argument
108 if (error_bound) { in ffclock_abstime()
110 ffclock_convert_diff(ffdelta_error, error_bound); in ffclock_abstime()
112 bintime_mul(error_bound, cest.errb_rate * in ffclock_abstime()
115 bintime_addx(error_bound, cest.errb_abs * in ffclock_abstime()
131 struct bintime *error_bound) in ffclock_difftime() argument
138 if (error_bound) { in ffclock_difftime()
144 ffclock_convert_diff(ffdelta, error_bound); in ffclock_difftime()
146 bintime_mul(error_bound, err_rate * (uint64_t)18446744073709LL); in ffclock_difftime()
/trueos/sys/sys/
HDtimeffc.h197 struct bintime *error_bound, uint32_t flags);
199 struct bintime *error_bound);