Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c538 u64 activated_at; member
1271 iocg->activated_at = now->now; in iocg_activate()
2240 if (time_after64(iocg->activated_at, ioc->period_at)) in ioc_timer_fn()
2241 usage_dur = max_t(u64, now.now - iocg->activated_at, 1); in ioc_timer_fn()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c536 u64 activated_at; member
1328 iocg->activated_at = now->now; in iocg_activate()
2319 if (time_after64(iocg->activated_at, ioc->period_at)) in ioc_timer_fn()
2320 usage_dur = max_t(u64, now.now - iocg->activated_at, 1); in ioc_timer_fn()

Completed in 10 milliseconds