Home
last modified time | relevance | path

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

/Linux-v5.4/tools/cgroup/
Diocost_monitor.py153 vdone = iocg.done_vtime.counter.value_()
158 self.inflight_pct = (vtime - vdone) * 100 / period_vtime
/Linux-v5.4/block/
Dblk-iocost.c1397 u64 vdone, vtime, vusage, vmargin, vmin; in ioc_timer_fn() local
1404 vdone = atomic64_read(&iocg->done_vtime); in ioc_timer_fn()
1416 time_after64(vtime, vdone) && in ioc_timer_fn()
1419 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()
1435 vusage = max(vusage, vtime - vdone); in ioc_timer_fn()