Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dblk-iocost.c546 u64 indelay_since; member
1388 if (!iocg->indelay_since) in iocg_kick_delay()
1389 iocg->indelay_since = now->now; in iocg_kick_delay()
1393 if (iocg->indelay_since) { in iocg_kick_delay()
1394 iocg->stat.indelay_us += now->now - iocg->indelay_since; in iocg_kick_delay()
1395 iocg->indelay_since = 0; in iocg_kick_delay()
2177 if (iocg->indelay_since) { in ioc_check_iocgs()
2179 now->now - iocg->indelay_since; in ioc_check_iocgs()
2180 iocg->indelay_since = now->now; in ioc_check_iocgs()