Searched refs:th_offset_count (Results 1 – 4 of 4) sorted by relevance
38 uint32_t th_offset_count; member135 uint32_t th_offset_count; member
74 u_int th_offset_count; member212 return ((tc->tc_get_timecount(tc) - th->th_offset_count) & in tc_delta()1409 th->th_offset_count += delta; in tc_windup()1410 th->th_offset_count &= th->th_counter->tc_counter_mask; in tc_windup()1467 th->th_offset_count = ncount; in tc_windup()1814 tcount = capth->th_offset_count; in pps_event()2203 vdso_th->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands()2226 vdso_th32->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands32()2266 th->th_large_delta, th->th_offset_count, th->th_generation); in DB_SHOW_COMMAND()
46 *delta = (tc - th->th_offset_count) & th->th_counter_mask; in tc_delta()
160 *delta = (tc - th->th_offset_count) & th->th_counter_mask;