Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-iocost.c506 u64 abs_vdebt; member
1436 iocg->abs_vdebt += abs_cost; in iocg_incur_debt()
1456 iocg->abs_vdebt -= min(abs_vpay, iocg->abs_vdebt); in iocg_pay_debt()
1459 if (!iocg->abs_vdebt) { in iocg_pay_debt()
1537 if (iocg->abs_vdebt) { in iocg_kick_waitq()
1758 if (iocg->abs_vdebt) in hweight_after_donation()
2048 if (iocg->abs_vdebt) { in transfer_surpluses()
2145 old_debt = iocg->abs_vdebt; in ioc_forgive_debts()
2149 if (iocg->abs_vdebt) in ioc_forgive_debts()
2150 iocg->abs_vdebt = iocg->abs_vdebt >> nr_cycles_shift ?: 1; in ioc_forgive_debts()
[all …]
/linux-6.15/tools/cgroup/
H A Diocost_monitor.py169 self.debt_ms = iocg.abs_vdebt.value_() / VTIME_PER_USEC / 1000