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

  /src/sys/kern/
kern_tc.c 427 tc_delta(struct timehands *th) function
489 bintime_addx(bt, th->th_scale * tc_delta(th));
945 delta = tc_delta(th);
1145 pps->capcount = (uint64_t)tc_delta(th) + th->th_offset_count;
1223 tcount = (uint64_t)tc_delta(th) + th->th_offset_count;

Completed in 43 milliseconds