timehands 54 kern/kern_tc.c struct timehands { timehands 65 kern/kern_tc.c struct timehands *th_next; timehands 68 kern/kern_tc.c extern struct timehands th0; timehands 69 kern/kern_tc.c static struct timehands th9 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th0}; timehands 70 kern/kern_tc.c static struct timehands th8 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th9}; timehands 71 kern/kern_tc.c static struct timehands th7 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th8}; timehands 72 kern/kern_tc.c static struct timehands th6 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th7}; timehands 73 kern/kern_tc.c static struct timehands th5 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th6}; timehands 74 kern/kern_tc.c static struct timehands th4 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th5}; timehands 75 kern/kern_tc.c static struct timehands th3 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th4}; timehands 76 kern/kern_tc.c static struct timehands th2 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th3}; timehands 77 kern/kern_tc.c static struct timehands th1 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th2}; timehands 78 kern/kern_tc.c static struct timehands th0 = { timehands 90 kern/kern_tc.c static struct timehands *volatile timehands = &th0; timehands 108 kern/kern_tc.c tc_delta(struct timehands *th) timehands 126 kern/kern_tc.c struct timehands *th; timehands 130 kern/kern_tc.c th = timehands; timehands 184 kern/kern_tc.c struct timehands *th; timehands 188 kern/kern_tc.c th = timehands; timehands 197 kern/kern_tc.c struct timehands *th; timehands 201 kern/kern_tc.c th = timehands; timehands 210 kern/kern_tc.c struct timehands *th; timehands 214 kern/kern_tc.c th = timehands; timehands 223 kern/kern_tc.c struct timehands *th; timehands 227 kern/kern_tc.c th = timehands; timehands 278 kern/kern_tc.c return (timehands->th_counter->tc_frequency); timehands 318 kern/kern_tc.c struct timehands *th, *tho; timehands 331 kern/kern_tc.c tho = timehands; timehands 335 kern/kern_tc.c bcopy(tho, th, offsetof(struct timehands, th_generation)); timehands 431 kern/kern_tc.c timehands = th;