Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_tc.c108 uint64_t th_offset_count; /* offset at last time */ member
432 th->th_offset_count) & tc->tc_counter_mask; in tc_delta()
949 th->th_offset_count += delta; in tc_windup()
999 th->th_offset_count = ncount; in tc_windup()
1144 pps->capcount = (uint64_t)tc_delta(th) + th->th_offset_count; in pps_capture()
1222 tcount = (uint64_t)tc_delta(th) + th->th_offset_count; in pps_ref_event()
1330 bintime_addx(&bt, pps->capth->th_scale * (acount - pps->capth->th_offset_count)); in pps_ref_event()