Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dvdso.h40 uint32_t th_offset_count; member
114 uint32_t th_offset_count; member
/freebsd-12.1/sys/kern/
H A Dkern_tc.c75 u_int th_offset_count; member
194 return ((tc->tc_get_timecount(tc) - th->th_offset_count) & in tc_delta()
1374 th->th_offset_count += delta; in tc_windup()
1375 th->th_offset_count &= th->th_counter->tc_counter_mask; in tc_windup()
1433 th->th_offset_count = ncount; in tc_windup()
1836 tcount = pps->capcount - pps->capth->th_offset_count; in pps_event()
2186 vdso_th->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands()
2209 vdso_th32->th_offset_count = th->th_offset_count; in tc_fill_vdso_timehands32()
/freebsd-12.1/lib/libc/sys/
H A D__vdso_gettimeofday.c47 *delta = (tc - th->th_offset_count) & th->th_counter_mask; in tc_delta()