Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvdso.h40 uint32_t th_offset_count; member
137 uint32_t th_offset_count; member
/f-stack/freebsd/kern/
H A Dkern_tc.c76 u_int th_offset_count; member
203 return ((tc->tc_get_timecount(tc) - th->th_offset_count) & in tc_delta()
1331 th->th_offset_count += delta; in tc_windup()
1332 th->th_offset_count &= th->th_counter->tc_counter_mask; in tc_windup()
1390 th->th_offset_count = ncount; in tc_windup()
1795 tcount = pps->capcount - pps->capth->th_offset_count; in pps_event()
2144 vdso_th->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands()
2167 vdso_th32->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands32()
2207 th->th_large_delta, th->th_offset_count, th->th_generation); in DB_SHOW_COMMAND()