Home
last modified time | relevance | path

Searched refs:th_scale (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dvdso.h37 uint64_t th_scale; member
134 uint32_t th_scale[2]; member
H A Dtimeffc.h113 uint64_t th_scale; member
/freebsd/sys/kern/
H A Dkern_tc.c72 uint64_t th_scale; member
88 .th_scale = (uint64_t)-1 / 1000000,
251 scale = th->th_scale; in bintime_off()
1068 fbi->th_scale = th->th_scale; in sysclock_getsnapshot()
1136 bintime_addx(bt, cs->fb_info.th_scale * cs->delta); in sysclock_snap2bintime()
1351 th->th_scale = scale * 2; in recalculate_scaling_factor_and_large_delta()
1404 bintime_add_tc_delta(&th->th_offset, th->th_scale, in tc_windup()
1805 capth_scale = capth->th_scale; in pps_event()
2194 vdso_th->th_scale = th->th_scale; in tc_fill_vdso_timehands()
2217 *(uint64_t *)&vdso_th32->th_scale[0] = th->th_scale; in tc_fill_vdso_timehands32()
[all …]
/freebsd/lib/libsys/
H A D__vdso_gettimeofday.c81 scale = th->th_scale; in binuptime()
/freebsd/sys/compat/linux/
H A Dlinux_vdso_gtod.inc195 scale = th->th_scale;