Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-iocost.c542 u64 indelay_since; member
1363 if (!iocg->indelay_since) in iocg_kick_delay()
1364 iocg->indelay_since = now->now; in iocg_kick_delay()
1368 if (iocg->indelay_since) { in iocg_kick_delay()
1369 iocg->stat.indelay_us += now->now - iocg->indelay_since; in iocg_kick_delay()
1370 iocg->indelay_since = 0; in iocg_kick_delay()
2152 if (iocg->indelay_since) { in ioc_check_iocgs()
2154 now->now - iocg->indelay_since; in ioc_check_iocgs()
2155 iocg->indelay_since = now->now; in ioc_check_iocgs()