Lines Matching defs:th_offset_count
74 u_int th_offset_count;
211 return ((tc->tc_get_timecount(tc) - th->th_offset_count) &
1402 th->th_offset_count += delta;
1403 th->th_offset_count &= th->th_counter->tc_counter_mask;
1459 th->th_offset_count = ncount;
1806 tcount = capth->th_offset_count;
2195 vdso_th->th_offset_count = th->th_offset_count;
2218 vdso_th32->th_offset_count = th->th_offset_count;
2258 th->th_large_delta, th->th_offset_count, th->th_generation);