Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-iocost.c506 u64 abs_vdebt; member
1429 iocg->abs_vdebt += abs_cost; in iocg_incur_debt()
1449 iocg->abs_vdebt -= min(abs_vpay, iocg->abs_vdebt); in iocg_pay_debt()
1452 if (!iocg->abs_vdebt) { in iocg_pay_debt()
1530 if (iocg->abs_vdebt) { in iocg_kick_waitq()
1751 if (iocg->abs_vdebt) in hweight_after_donation()
2041 if (iocg->abs_vdebt) { in transfer_surpluses()
2138 old_debt = iocg->abs_vdebt; in ioc_forgive_debts()
2141 if (iocg->abs_vdebt) in ioc_forgive_debts()
2142 iocg->abs_vdebt = iocg->abs_vdebt >> nr_cycles ?: 1; in ioc_forgive_debts()
[all …]
/openbmc/linux/tools/cgroup/
H A Diocost_monitor.py169 self.debt_ms = iocg.abs_vdebt.value_() / VTIME_PER_USEC / 1000