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

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

Completed in 198 milliseconds