Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-iocost.c546 u64 indelay_since; member
1383 if (!iocg->indelay_since) in iocg_kick_delay()
1384 iocg->indelay_since = now->now; in iocg_kick_delay()
1388 if (iocg->indelay_since) { in iocg_kick_delay()
1389 iocg->stat.indelay_us += now->now - iocg->indelay_since; in iocg_kick_delay()
1390 iocg->indelay_since = 0; in iocg_kick_delay()
2188 if (iocg->indelay_since) { in ioc_check_iocgs()
2190 now->now - iocg->indelay_since; in ioc_check_iocgs()
2191 iocg->indelay_since = now->now; in ioc_check_iocgs()
3091 iocg->indelay_since = 0; in ioc_pd_free()