Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c68 struct timehands { struct
83 struct timehands *th_next; argument
86 static struct timehands ths[16] = {
96 static struct timehands *volatile timehands = &ths[0]; variable
207 tc_delta(struct timehands *th) in tc_delta()
242 struct timehands *th; in bintime_off()
248 th = timehands; in bintime_off()
262 _Static_assert(_Generic(((struct timehands *)NULL)->member, \
265 bintime_off(dst, __offsetof(struct timehands, member)); \
271 struct timehands *th; in getthmember()
[all …]
/freebsd/sys/sys/
H A Dtimepps.h145 struct timehands *capth;
/freebsd/sys/compat/linux/
H A Dlinux_vdso_gtod.inc166 * machine-specific fast timecounter and the published timehands
170 * in-kernel timehands, see sys/kern/kern_tc.c:binuptime(). This code