Lines Matching refs:th_offset
74 struct bintime th_offset; member
89 .th_offset = { .sec = 1 },
288 GETTHBINTIME(bt, th_offset); in fbclock_binuptime()
338 GETTHMEMBER(bt, th_offset); in fbclock_getbinuptime()
346 GETTHMEMBER(&bt, th_offset); in fbclock_getnanouptime()
355 GETTHMEMBER(&bt, th_offset); in fbclock_getmicrouptime()
385 GETTHBINTIME(bt, th_offset); in binuptime()
435 GETTHMEMBER(bt, th_offset); in getbinuptime()
443 GETTHMEMBER(&bt, th_offset); in getnanouptime()
452 GETTHMEMBER(&bt, th_offset); in getmicrouptime()
1021 GETTHMEMBER(&bt, th_offset); in dtrace_getnanouptime()
1062 fbi->tick_time = th->th_offset; in sysclock_getsnapshot()
1396 bintime_add_tc_delta(&th->th_offset, th->th_scale, in tc_windup()
1419 bt = th->th_offset; in tc_windup()
1474 time_uptime = th->th_offset.sec; in tc_windup()
2195 vdso_th->th_offset = th->th_offset; in tc_fill_vdso_timehands()
2218 vdso_th32->th_offset.sec = th->th_offset.sec; in tc_fill_vdso_timehands32()
2219 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac; in tc_fill_vdso_timehands32()
2258 (intmax_t)th->th_offset.sec, (uintmax_t)th->th_offset.frac, in DB_SHOW_COMMAND()