Home
last modified time | relevance | path

Searched refs:th_offset (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_tc.c77 struct bintime th_offset; member
92 .th_offset = { .sec = 1 },
321 GETTHMEMBER(bt, th_offset); in fbclock_getbinuptime()
418 GETTHMEMBER(bt, th_offset); in getbinuptime()
1336 th->th_offset.sec++; in tc_windup()
1341 th->th_offset.sec++; in tc_windup()
1365 bt = th->th_offset; in tc_windup()
2146 vdso_th->th_offset = th->th_offset; in tc_fill_vdso_timehands()
2169 vdso_th32->th_offset.sec = th->th_offset.sec; in tc_fill_vdso_timehands32()
2170 *(uint64_t *)&vdso_th32->th_offset.frac[0] = th->th_offset.frac; in tc_fill_vdso_timehands32()
[all …]
/f-stack/freebsd/sys/
H A Dvdso.h42 struct bintime th_offset; member
139 struct bintime32 th_offset; member