Searched refs:tho (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dkern_tc.c438 struct timehands *th, *tho; local
449 tho = timehands;
450 th = tho->th_next;
453 bcopy(tho, th, offsetof(struct timehands, th_generation));
487 if (tho->th_counter->tc_poll_pps)
488 tho->th_counter->tc_poll_pps(tho->th_counter);
501 i = bt.sec - tho->th_microtime.tv_sec;

Completed in 93 milliseconds