Home
last modified time | relevance | path

Searched refs:vdone (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_monitor.py153 vdone = iocg.done_vtime.counter.value_()
158 self.inflight_pct = (vtime - vdone) * 100 / period_vtime
/kernel/linux/linux-6.6/tools/cgroup/
H A Diocost_monitor.py156 vdone = iocg.done_vtime.counter.value_()
161 self.inflight_pct = (vtime - vdone) * 100 / period_vtime
/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c2200 u64 vdone, vtime, usage_us, usage_dur; in ioc_timer_fn() local
2207 vdone = atomic64_read(&iocg->done_vtime); in ioc_timer_fn()
2214 * comparing vdone against period start. If lagging behind in ioc_timer_fn()
2219 time_after64(vtime, vdone) && in ioc_timer_fn()
2222 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()
2232 if (vdone != vtime) { in ioc_timer_fn()
2234 cost_to_abs_cost(vtime - vdone, hw_inuse), in ioc_timer_fn()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c2270 u64 vdone, vtime, usage_us; in ioc_timer_fn() local
2277 vdone = atomic64_read(&iocg->done_vtime); in ioc_timer_fn()
2284 * comparing vdone against period start. If lagging behind in ioc_timer_fn()
2289 time_after64(vtime, vdone) && in ioc_timer_fn()
2292 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()
2310 if (vdone != vtime) { in ioc_timer_fn()
2312 cost_to_abs_cost(vtime - vdone, hw_inuse), in ioc_timer_fn()

Completed in 10 milliseconds