Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dblk-iocost.c506 u64 abs_vdebt; member
1373 abs_cost_to_cost(iocg->abs_vdebt, hwa) - now->vnow; in iocg_kick_delay()
1423 if (!iocg->abs_vdebt && abs_cost) { in iocg_incur_debt()
1428 iocg->abs_vdebt += abs_cost; in iocg_incur_debt()
1445 iocg->abs_vdebt -= min(abs_vpay, iocg->abs_vdebt); in iocg_pay_debt()
1448 if (!iocg->abs_vdebt) { in iocg_pay_debt()
1504 if (pay_debt && iocg->abs_vdebt && vbudget > 0) { in iocg_kick_waitq()
1506 u64 abs_vpay = min_t(u64, abs_vbudget, iocg->abs_vdebt); in iocg_kick_waitq()
1517 if (iocg->abs_vdebt || iocg->delay) in iocg_kick_waitq()
1526 if (iocg->abs_vdebt) { in iocg_kick_waitq()
[all …]
/linux-6.6.21/tools/cgroup/
Diocost_monitor.py169 self.debt_ms = iocg.abs_vdebt.value_() / VTIME_PER_USEC / 1000