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

  /src/sys/kern/
kern_tc.c 108 uint64_t th_offset_count; /* offset at last time */ member in struct:timehands
432 th->th_offset_count) & tc->tc_counter_mask;
949 th->th_offset_count += delta;
999 th->th_offset_count = ncount;
1144 pps->capcount = (uint64_t)tc_delta(th) + th->th_offset_count;
1222 tcount = (uint64_t)tc_delta(th) + th->th_offset_count;
1330 bintime_addx(&bt, pps->capth->th_scale * (acount - pps->capth->th_offset_count));
kern_tc.c 108 uint64_t th_offset_count; /* offset at last time */ member in struct:timehands
432 th->th_offset_count) & tc->tc_counter_mask;
949 th->th_offset_count += delta;
999 th->th_offset_count = ncount;
1144 pps->capcount = (uint64_t)tc_delta(th) + th->th_offset_count;
1222 tcount = (uint64_t)tc_delta(th) + th->th_offset_count;
1330 bintime_addx(&bt, pps->capth->th_scale * (acount - pps->capth->th_offset_count));
kern_tc.c 108 uint64_t th_offset_count; /* offset at last time */ member in struct:timehands
432 th->th_offset_count) & tc->tc_counter_mask;
949 th->th_offset_count += delta;
999 th->th_offset_count = ncount;
1144 pps->capcount = (uint64_t)tc_delta(th) + th->th_offset_count;
1222 tcount = (uint64_t)tc_delta(th) + th->th_offset_count;
1330 bintime_addx(&bt, pps->capth->th_scale * (acount - pps->capth->th_offset_count));

Completed in 38 milliseconds