Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dvdso.h40 uint32_t th_offset_count; member
137 uint32_t th_offset_count; member
/freebsd-13.1/sys/kern/
H A Dkern_tc.c75 u_int th_offset_count; member
206 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()
/freebsd-13.1/lib/libc/sys/
H A D__vdso_gettimeofday.c49 *delta = (tc - th->th_offset_count) & th->th_counter_mask; in tc_delta()