Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvdso.h38 uint32_t th_offset_count; member
135 uint32_t th_offset_count; member
/freebsd/sys/kern/
H A Dkern_tc.c74 u_int th_offset_count; member
211 return ((tc->tc_get_timecount(tc) - th->th_offset_count) & in tc_delta()
1402 th->th_offset_count += delta; in tc_windup()
1403 th->th_offset_count &= th->th_counter->tc_counter_mask; in tc_windup()
1459 th->th_offset_count = ncount; in tc_windup()
1806 tcount = capth->th_offset_count; in pps_event()
2195 vdso_th->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands()
2218 vdso_th32->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands32()
2258 th->th_large_delta, th->th_offset_count, th->th_generation); in DB_SHOW_COMMAND()
/freebsd/lib/libsys/
H A D__vdso_gettimeofday.c46 *delta = (tc - th->th_offset_count) & th->th_counter_mask; in tc_delta()
/freebsd/sys/compat/linux/
H A Dlinux_vdso_gtod.inc160 *delta = (tc - th->th_offset_count) & th->th_counter_mask;