HomeSort by: relevance | last modified time | path
    Searched defs:tho (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_tc.c 916 struct timehands *th, *tho; local in function:tc_windup
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
    [all...]
kern_tc.c 916 struct timehands *th, *tho; local in function:tc_windup
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
    [all...]

Completed in 36 milliseconds