Searched refs:th_offset_count (Results 1 – 3 of 3) sorted by relevance
40 uint32_t th_offset_count; member137 uint32_t th_offset_count; member
75 u_int th_offset_count; member206 return ((tc->tc_get_timecount(tc) - th->th_offset_count) & in tc_delta()1394 th->th_offset_count += delta; in tc_windup()1395 th->th_offset_count &= th->th_counter->tc_counter_mask; in tc_windup()1451 th->th_offset_count = ncount; in tc_windup()1839 tcount = pps->capcount - pps->capth->th_offset_count; in pps_event()2193 vdso_th->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands()2216 vdso_th32->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands32()2256 th->th_large_delta, th->th_offset_count, th->th_generation); in DB_SHOW_COMMAND()
49 *delta = (tc - th->th_offset_count) & th->th_counter_mask; in tc_delta()