Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dkern_tc.c106 uint64_t th_scale; /* scale factor (counter */ member
130 .th_scale = (uint64_t)-1 / 1000000,
488 bintime_addx(bt, th->th_scale * tc_delta(th)); in binuptime()
950 bintime_addx(&th->th_offset, th->th_scale * delta); in tc_windup()
1030 th->th_scale = scale * 2; in tc_windup()
1330 bintime_addx(&bt, pps->capth->th_scale * (acount - pps->capth->th_offset_count)); in pps_ref_event()
1392 bintime_addx(&bt, pps->capth->th_scale * dcount); in pps_ref_event()