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

  /src/sys/kern/
kern_tc.c 106 uint64_t th_scale; /* scale factor (counter) */ member in struct:timehands
130 .th_scale = (uint64_t)-1 / 1000000,
488 bintime_addx(bt, th->th_scale * tc_delta(th));
950 bintime_addx(&th->th_offset, th->th_scale * delta);
1030 th->th_scale = scale * 2;
1330 bintime_addx(&bt, pps->capth->th_scale * (acount - pps->capth->th_offset_count));
1392 bintime_addx(&bt, pps->capth->th_scale * dcount);
kern_tc.c 106 uint64_t th_scale; /* scale factor (counter) */ member in struct:timehands
130 .th_scale = (uint64_t)-1 / 1000000,
488 bintime_addx(bt, th->th_scale * tc_delta(th));
950 bintime_addx(&th->th_offset, th->th_scale * delta);
1030 th->th_scale = scale * 2;
1330 bintime_addx(&bt, pps->capth->th_scale * (acount - pps->capth->th_offset_count));
1392 bintime_addx(&bt, pps->capth->th_scale * dcount);
kern_tc.c 106 uint64_t th_scale; /* scale factor (counter) */ member in struct:timehands
130 .th_scale = (uint64_t)-1 / 1000000,
488 bintime_addx(bt, th->th_scale * tc_delta(th));
950 bintime_addx(&th->th_offset, th->th_scale * delta);
1030 th->th_scale = scale * 2;
1330 bintime_addx(&bt, pps->capth->th_scale * (acount - pps->capth->th_offset_count));
1392 bintime_addx(&bt, pps->capth->th_scale * dcount);

Completed in 39 milliseconds