Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-iocost.c536 u64 activated_at; member
1328 iocg->activated_at = now->now; in iocg_activate()
2325 if (time_after64(iocg->activated_at, ioc->period_at)) in ioc_timer_fn()
2326 usage_dur = max_t(u64, now.now - iocg->activated_at, 1); in ioc_timer_fn()