Searched refs:th_scale (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Dvdso.h37 uint64_t th_scale; member in struct:vdso_timehands
108 uint32_t th_scale[2]; member in struct:vdso_timehands32
H A Dtimeffc.h113 uint64_t th_scale; member in struct:fbclock_info
/freebsd-11.0-release/lib/libc/sys/
H A D__vdso_gettimeofday.c70 bintime_addx(bt, th->th_scale * tc_delta(th));
/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c68 uint64_t th_scale; member in struct:timehands
211 bintime_addx(bt, th->th_scale * tc_delta(th));
355 bintime_addx(bt, th->th_scale * tc_delta(th));
1050 fbi->th_scale = th->th_scale;
1117 bintime_addx(bt, cs->fb_info.th_scale * cs->delta);
1314 (th->th_scale * delta < ((uint64_t)1 << 63))) {
1315 /* The product th_scale * delta just barely overflows. */
1318 bintime_addx(&th->th_offset, th->th_scale * delta);
1399 th->th_scale
[all...]

Completed in 129 milliseconds