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

/freebsd-11.0-release/sys/sys/
H A Dvdso.h38 uint32_t th_offset_count; member in struct:vdso_timehands
109 uint32_t th_offset_count; member in struct:vdso_timehands32
/freebsd-11.0-release/lib/libc/sys/
H A D__vdso_gettimeofday.c41 return ((__vdso_gettc(th) - th->th_offset_count) &
/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c69 u_int th_offset_count; member in struct:timehands
190 return ((tc->tc_get_timecount(tc) - th->th_offset_count) &
1306 th->th_offset_count += delta;
1307 th->th_offset_count &= th->th_counter->tc_counter_mask;
1365 th->th_offset_count = ncount;
1768 tcount = pps->capcount - pps->capth->th_offset_count;
2095 vdso_th->th_offset_count = th->th_offset_count;
2115 vdso_th32->th_offset_count = th->th_offset_count;
[all...]

Completed in 110 milliseconds