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

/freebsd-10-stable/sys/kern/
H A Dkern_tc.c1254 struct timehands *th, *tho; local
1265 tho = timehands;
1266 th = tho->th_next;
1269 bcopy(tho, th, offsetof(struct timehands, th_generation));
1306 if (tho->th_counter->tc_poll_pps)
1307 tho->th_counter->tc_poll_pps(tho->th_counter);
1320 i = bt.sec - tho->th_microtime.tv_sec;

Completed in 52 milliseconds