Lines Matching defs:th_offset
75 struct bintime th_offset;
90 .th_offset = { .sec = 1 },
295 GETTHBINTIME(bt, th_offset);
345 GETTHMEMBER(bt, th_offset);
353 GETTHMEMBER(&bt, th_offset);
362 GETTHMEMBER(&bt, th_offset);
392 GETTHBINTIME(bt, th_offset);
442 GETTHMEMBER(bt, th_offset);
450 GETTHMEMBER(&bt, th_offset);
459 GETTHMEMBER(&bt, th_offset);
1028 GETTHMEMBER(&bt, th_offset);
1069 fbi->tick_time = th->th_offset;
1404 bintime_add_tc_delta(&th->th_offset, th->th_scale,
1427 bt = th->th_offset;
1482 time_uptime = th->th_offset.sec;
2197 vdso_th->th_offset = th->th_offset;
2220 vdso_th32->th_offset.sec = th->th_offset.sec;
2221 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac;
2260 (intmax_t)th->th_offset.sec, (uintmax_t)th->th_offset.frac,