Symbol: timehands
sys/kern/kern_tc.c
1051
struct timehands *th;
sys/kern/kern_tc.c
1067
th = timehands;
sys/kern/kern_tc.c
1267
return (timehands->th_counter->tc_frequency);
sys/kern/kern_tc.c
1351
recalculate_scaling_factor_and_large_delta(struct timehands *th)
sys/kern/kern_tc.c
1372
struct timehands *th, *tho;
sys/kern/kern_tc.c
1386
tho = timehands;
sys/kern/kern_tc.c
1391
memcpy(th, tho, offsetof(struct timehands, th_generation));
sys/kern/kern_tc.c
1500
timehands = th;
sys/kern/kern_tc.c
1771
struct timehands *th;
sys/kern/kern_tc.c
1775
th = timehands;
sys/kern/kern_tc.c
1788
struct timehands *capth;
sys/kern/kern_tc.c
1984
struct timehands *thp;
sys/kern/kern_tc.c
2002
SYSINIT(timehands, SI_SUB_TUNABLES, SI_ORDER_ANY, inittimehands, NULL);
sys/kern/kern_tc.c
2062
tc = timehands->th_counter;
sys/kern/kern_tc.c
207
tc_delta(struct timehands *th)
sys/kern/kern_tc.c
2198
struct timehands *th;
sys/kern/kern_tc.c
2201
th = timehands;
sys/kern/kern_tc.c
2221
struct timehands *th;
sys/kern/kern_tc.c
2224
th = timehands;
sys/kern/kern_tc.c
2249
struct timehands *th;
sys/kern/kern_tc.c
2253
th = timehands;
sys/kern/kern_tc.c
242
struct timehands *th;
sys/kern/kern_tc.c
248
th = timehands;
sys/kern/kern_tc.c
262
_Static_assert(_Generic(((struct timehands *)NULL)->member, \
sys/kern/kern_tc.c
265
bintime_off(dst, __offsetof(struct timehands, member)); \
sys/kern/kern_tc.c
271
struct timehands *th;
sys/kern/kern_tc.c
275
th = timehands;
sys/kern/kern_tc.c
284
__typeof(((struct timehands *)NULL)->member): 1, \
sys/kern/kern_tc.c
287
getthmember(dst, sizeof(*dst), __offsetof(struct timehands, \
sys/kern/kern_tc.c
563
tc = timehands->th_counter;
sys/kern/kern_tc.c
776
ffclock_change_tc(struct timehands *th)
sys/kern/kern_tc.c
83
struct timehands *th_next;
sys/kern/kern_tc.c
86
static struct timehands ths[16] = {
sys/kern/kern_tc.c
901
struct timehands *th;
sys/kern/kern_tc.c
910
th = timehands;
sys/kern/kern_tc.c
96
static struct timehands *volatile timehands = &ths[0];
sys/sys/timepps.h
145
struct timehands *capth;