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
82 struct timehands *th_next; argument
85 static struct timehands ths[16] = {
95 static struct timehands *volatile timehands = &ths[0]; variable
206 tc_delta(struct timehands *th) in tc_delta()
241 struct timehands *th; in bintime_off()
247 th = timehands; in bintime_off()
261 _Static_assert(_Generic(((struct timehands *)NULL)->member, \
264 bintime_off(dst, __offsetof(struct timehands, member)); \
270 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