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

/freebsd-10-stable/sys/sys/
H A Dvdso.h38 uint32_t th_offset_count; member in struct:vdso_timehands
98 uint32_t th_offset_count; member in struct:vdso_timehands32
/freebsd-10-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c41 return ((__vdso_gettc(th) - th->th_offset_count) &
/freebsd-10-stable/sys/kern/
H A Dkern_tc.c68 u_int th_offset_count; member in struct:timehands
190 return ((tc->tc_get_timecount(tc) - th->th_offset_count) &
1284 th->th_offset_count += delta;
1285 th->th_offset_count &= th->th_counter->tc_counter_mask;
1343 th->th_offset_count = ncount;
1729 tcount = pps->capcount - pps->capth->th_offset_count;
2053 vdso_th->th_offset_count = th->th_offset_count;
2073 vdso_th32->th_offset_count = th->th_offset_count;
[all...]

Completed in 75 milliseconds