Home
last modified time | relevance | path

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

/linux/tools/cgroup/
H A Diocost_monitor.py156 vdone = iocg.done_vtime.counter.value_()
161 self.inflight_pct = (vtime - vdone) * 100 / period_vtime
/linux/block/
H A Dblk-iocost.c2274 u64 vdone, vtime, usage_us; in ioc_timer_fn() local
2281 vdone = atomic64_read(&iocg->done_vtime); in ioc_timer_fn()
2293 time_after64(vtime, vdone) && in ioc_timer_fn()
2296 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()
2314 if (vdone != vtime) { in ioc_timer_fn()
2316 cost_to_abs_cost(vtime - vdone, hw_inuse), in ioc_timer_fn()