Home
last modified time | relevance | path

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

/openbmc/linux/tools/cgroup/
H A Diocost_monitor.py159 period_vtime = ioc.period_us.value_() * vrate
160 if period_vtime:
161 self.inflight_pct = (vtime - vdone) * 100 / period_vtime
/openbmc/linux/block/
H A Dblk-iocost.c2254 u64 period_vtime; in ioc_timer_fn() local
2267 period_vtime = now.vnow - ioc->period_at_vtime; in ioc_timer_fn()
2268 if (WARN_ON_ONCE(!period_vtime)) { in ioc_timer_fn()
2304 MAX_LAGGING_PERIODS * period_vtime) && in ioc_timer_fn()
2305 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()