Searched refs:th_offset_count (Results 1 – 3 of 3) sorted by relevance
40 uint32_t th_offset_count; member114 uint32_t th_offset_count; member
75 u_int th_offset_count; member194 return ((tc->tc_get_timecount(tc) - th->th_offset_count) & in tc_delta()1374 th->th_offset_count += delta; in tc_windup()1375 th->th_offset_count &= th->th_counter->tc_counter_mask; in tc_windup()1433 th->th_offset_count = ncount; in tc_windup()1836 tcount = pps->capcount - pps->capth->th_offset_count; in pps_event()2186 vdso_th->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands()2209 vdso_th32->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands32()
47 *delta = (tc - th->th_offset_count) & th->th_counter_mask; in tc_delta()