Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dblk-iocost.c542 u64 indebt_since; member
1397 iocg->indebt_since = now->now; in iocg_incur_debt()
1422 iocg->local_stat.indebt_us += now->now - iocg->indebt_since; in iocg_pay_debt()
1423 iocg->indebt_since = 0; in iocg_pay_debt()
2158 if (iocg->indebt_since) { in ioc_check_iocgs()
2160 now->now - iocg->indebt_since; in ioc_check_iocgs()
2161 iocg->indebt_since = now->now; in ioc_check_iocgs()