Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-iocost.c536 u64 activated_at; member
1335 iocg->activated_at = now->now; in iocg_activate()
2332 if (time_after64(iocg->activated_at, ioc->period_at)) in ioc_timer_fn()
2333 usage_dur = max_t(u64, now.now - iocg->activated_at, 1); in ioc_timer_fn()