Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_tc.c1294 struct timehands *th, *tho; in tc_windup() local
1309 tho = timehands; in tc_windup()
1310 th = tho->th_next; in tc_windup()
1314 memcpy(th, tho, offsetof(struct timehands, th_generation)); in tc_windup()
1353 if (tho->th_counter->tc_poll_pps) in tc_windup()
1354 tho->th_counter->tc_poll_pps(tho->th_counter); in tc_windup()
1367 i = bt.sec - tho->th_microtime.tv_sec; in tc_windup()