tho               318 kern/kern_tc.c 	struct timehands *th, *tho;
tho               331 kern/kern_tc.c 	tho = timehands;
tho               332 kern/kern_tc.c 	th = tho->th_next;
tho               335 kern/kern_tc.c 	bcopy(tho, th, offsetof(struct timehands, th_generation));
tho               360 kern/kern_tc.c 	if (tho->th_counter->tc_poll_pps)
tho               361 kern/kern_tc.c 		tho->th_counter->tc_poll_pps(tho->th_counter);
tho               375 kern/kern_tc.c 	i = bt.sec - tho->th_microtime.tv_sec;