Home
last modified time | relevance | path

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

/block/
Dblk-iocost.c2263 u64 vdone, vtime, usage_us; in ioc_timer_fn() local
2270 vdone = atomic64_read(&iocg->done_vtime); in ioc_timer_fn()
2282 time_after64(vtime, vdone) && in ioc_timer_fn()
2285 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()
2303 if (vdone != vtime) { in ioc_timer_fn()
2305 cost_to_abs_cost(vtime - vdone, hw_inuse), in ioc_timer_fn()