Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-iocost.c2184 u64 vdone, vtime, usage_us, usage_dur; in ioc_timer_fn() local
2225 usage_dur = max_t(u64, now.now - iocg->activated_at, 1); in ioc_timer_fn()
2227 usage_dur = max_t(u64, now.now - ioc->period_at, 1); in ioc_timer_fn()
2231 usage_dur), in ioc_timer_fn()