Home | History | Annotate | Download | only in kern

Lines Matching defs:tho

916 	struct timehands *th, *tho;
932 tho = timehands;
933 th = tho->th_next;
937 bcopy(tho, th, offsetof(struct timehands, th_generation));
960 if (tho->th_counter->tc_poll_pps)
961 tho->th_counter->tc_poll_pps(tho->th_counter);
976 i = bt.sec - tho->th_microtime.tv_sec;
1056 if (++tho->th_generation == 0)
1057 tho->th_generation = 1;