Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-iocost.c546 u64 indelay_since; member
1396 if (!iocg->indelay_since) in iocg_kick_delay()
1397 iocg->indelay_since = now->now; in iocg_kick_delay()
1401 if (iocg->indelay_since) { in iocg_kick_delay()
1402 iocg->stat.indelay_us += now->now - iocg->indelay_since; in iocg_kick_delay()
1403 iocg->indelay_since = 0; in iocg_kick_delay()
2190 if (iocg->indelay_since) { in ioc_check_iocgs()
2192 now->now - iocg->indelay_since; in ioc_check_iocgs()
2193 iocg->indelay_since = now->now; in ioc_check_iocgs()