Lines Matching refs:timehands

68 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()
274 th = timehands; in getthmember()
283 __typeof(((struct timehands *)NULL)->member): 1, \
286 getthmember(dst, sizeof(*dst), __offsetof(struct timehands, \
562 tc = timehands->th_counter; in ffclock_reset_clock()
775 ffclock_change_tc(struct timehands *th) in ffclock_change_tc()
900 struct timehands *th; in ffclock_read_counter()
909 th = timehands; in ffclock_read_counter()
1050 struct timehands *th; in sysclock_getsnapshot()
1066 th = timehands; in sysclock_getsnapshot()
1260 return (timehands->th_counter->tc_frequency); in tc_getfrequency()
1344 recalculate_scaling_factor_and_large_delta(struct timehands *th) in recalculate_scaling_factor_and_large_delta()
1365 struct timehands *th, *tho; in tc_windup()
1379 tho = timehands; in tc_windup()
1384 memcpy(th, tho, offsetof(struct timehands, th_generation)); in tc_windup()
1492 timehands = th; in tc_windup()
1763 struct timehands *th; in pps_capture()
1767 th = timehands; in pps_capture()
1780 struct timehands *capth; in pps_event()
1976 struct timehands *thp; in inittimehands()
1994 SYSINIT(timehands, SI_SUB_TUNABLES, SI_ORDER_ANY, inittimehands, NULL);
2054 tc = timehands->th_counter; in tc_cpu_ticks()
2190 struct timehands *th; in tc_fill_vdso_timehands()
2193 th = timehands; in tc_fill_vdso_timehands()
2213 struct timehands *th; in tc_fill_vdso_timehands32()
2216 th = timehands; in tc_fill_vdso_timehands32()
2241 struct timehands *th; in DB_SHOW_COMMAND()
2245 th = timehands; in DB_SHOW_COMMAND()