Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvdso.h39 uint64_t th_scale; member
136 uint32_t th_scale[2]; member
H A Dtimeffc.h115 uint64_t th_scale; member
/f-stack/freebsd/kern/
H A Dkern_tc.c74 uint64_t th_scale; member
90 .th_scale = (uint64_t)-1 / 1000000,
226 scale = th->th_scale; in bintime_off()
1044 fbi->th_scale = th->th_scale; in sysclock_getsnapshot()
1112 bintime_addx(bt, cs->fb_info.th_scale * cs->delta); in sysclock_snap2bintime()
1339 (th->th_scale * delta < ((uint64_t)1 << 63))) { in tc_windup()
1343 bintime_addx(&th->th_offset, th->th_scale * delta); in tc_windup()
1424 th->th_scale = scale * 2; in tc_windup()
1798 bintime_addx(&bt, pps->capth->th_scale * tcount); in pps_event()
2143 vdso_th->th_scale = th->th_scale; in tc_fill_vdso_timehands()
[all …]