sys/kern/kern_tc.c
1048
atomic_store_release(&timehands, th);
sys/kern/kern_tc.c
1137
struct timehands *th;
sys/kern/kern_tc.c
1142
th = timehands;
sys/kern/kern_tc.c
116
struct timehands *th_next; /* next timehand */
sys/kern/kern_tc.c
119
static struct timehands th0;
sys/kern/kern_tc.c
120
static struct timehands th9 = { .th_next = &th0, };
sys/kern/kern_tc.c
1206
struct timehands *th;
sys/kern/kern_tc.c
121
static struct timehands th8 = { .th_next = &th9, };
sys/kern/kern_tc.c
122
static struct timehands th7 = { .th_next = &th8, };
sys/kern/kern_tc.c
1221
th = timehands;
sys/kern/kern_tc.c
123
static struct timehands th6 = { .th_next = &th7, };
sys/kern/kern_tc.c
124
static struct timehands th5 = { .th_next = &th6, };
sys/kern/kern_tc.c
125
static struct timehands th4 = { .th_next = &th5, };
sys/kern/kern_tc.c
126
static struct timehands th3 = { .th_next = &th4, };
sys/kern/kern_tc.c
127
static struct timehands th2 = { .th_next = &th3, };
sys/kern/kern_tc.c
128
static struct timehands th1 = { .th_next = &th2, };
sys/kern/kern_tc.c
129
static struct timehands th0 = {
sys/kern/kern_tc.c
137
static struct timehands *volatile timehands = &th0;
sys/kern/kern_tc.c
427
tc_delta(struct timehands *th)
sys/kern/kern_tc.c
445
struct timehands *th;
sys/kern/kern_tc.c
485
th = atomic_load_consume(&timehands);
sys/kern/kern_tc.c
551
struct timehands *th;
sys/kern/kern_tc.c
556
th = atomic_load_consume(&timehands);
sys/kern/kern_tc.c
567
struct timehands *th;
sys/kern/kern_tc.c
572
th = atomic_load_consume(&timehands);
sys/kern/kern_tc.c
583
struct timehands *th;
sys/kern/kern_tc.c
588
th = atomic_load_consume(&timehands);
sys/kern/kern_tc.c
599
struct timehands *th;
sys/kern/kern_tc.c
605
th = atomic_load_consume(&timehands);
sys/kern/kern_tc.c
618
struct timehands *th;
sys/kern/kern_tc.c
623
th = atomic_load_consume(&timehands);
sys/kern/kern_tc.c
650
struct timehands *th;
sys/kern/kern_tc.c
655
th = atomic_load_consume(&timehands);
sys/kern/kern_tc.c
872
return atomic_load_consume(&timehands)->th_counter->tc_frequency;
sys/kern/kern_tc.c
917
struct timehands *th, *tho;
sys/kern/kern_tc.c
933
tho = timehands;
sys/kern/kern_tc.c
938
bcopy(tho, th, offsetof(struct timehands, th_generation));
sys/sys/timepps.h
149
struct timehands *capth;