Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dblk-iocost.c506 u64 abs_vdebt; member
1366 abs_cost_to_cost(iocg->abs_vdebt, hwa) - now->vnow; in iocg_kick_delay()
1416 if (!iocg->abs_vdebt && abs_cost) { in iocg_incur_debt()
1421 iocg->abs_vdebt += abs_cost; in iocg_incur_debt()
1438 iocg->abs_vdebt -= min(abs_vpay, iocg->abs_vdebt); in iocg_pay_debt()
1441 if (!iocg->abs_vdebt) { in iocg_pay_debt()
1497 if (pay_debt && iocg->abs_vdebt && vbudget > 0) { in iocg_kick_waitq()
1499 u64 abs_vpay = min_t(u64, abs_vbudget, iocg->abs_vdebt); in iocg_kick_waitq()
1510 if (iocg->abs_vdebt || iocg->delay) in iocg_kick_waitq()
1519 if (iocg->abs_vdebt) { in iocg_kick_waitq()
[all …]
/Linux-v6.6/tools/cgroup/
Diocost_monitor.py169 self.debt_ms = iocg.abs_vdebt.value_() / VTIME_PER_USEC / 1000