Searched refs:bintime_mul (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_ffclock.c112 bintime_mul(error_bound, cest.errb_rate *
146 bintime_mul(error_bound, err_rate * (uint64_t)18446744073709LL);
H A Dkern_tc.c564 * NOTE: bintime_mul requires u_int, but the value of the ffcounter may be
583 bintime_mul(&bt2, (unsigned int)delta);
713 bintime_mul(&bt, polling);
1074 bintime_mul(&bt, cest.errb_rate * (uint64_t)18446744073709ULL);
/freebsd-10.0-release/sys/sys/
H A Dtime.h94 bintime_mul(struct bintime *_bt, u_int _x) function

Completed in 107 milliseconds