Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c2200 u64 vdone, vtime, usage_us, usage_dur; in ioc_timer_fn() local
2241 usage_dur = max_t(u64, now.now - iocg->activated_at, 1); in ioc_timer_fn()
2243 usage_dur = max_t(u64, now.now - ioc->period_at, 1); in ioc_timer_fn()
2247 usage_dur), in ioc_timer_fn()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c2308 u64 usage_dur; in ioc_timer_fn() local
2320 usage_dur = max_t(u64, now.now - iocg->activated_at, 1); in ioc_timer_fn()
2322 usage_dur = max_t(u64, now.now - ioc->period_at, 1); in ioc_timer_fn()
2326 usage_dur), in ioc_timer_fn()

Completed in 9 milliseconds