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.h114 uint64_t th_scale; member
/freebsd/sys/kern/
H A Dkern_tc.c72 uint64_t th_scale; member
89 .th_scale = (uint64_t)-1 / 1000000,
252 scale = th->th_scale; in bintime_off()
1069 fbi->th_scale = th->th_scale; in sysclock_getsnapshot()
1138 bintime_addx(bt, cs->fb_info.th_scale * cs->delta); in sysclock_snap2bintime()
1358 th->th_scale = scale * 2; in recalculate_scaling_factor_and_large_delta()
1411 bintime_add_tc_delta(&th->th_offset, th->th_scale, in tc_windup()
1813 capth_scale = capth->th_scale; in pps_event()
2202 vdso_th->th_scale = th->th_scale; in tc_fill_vdso_timehands()
2225 *(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;