Searched refs:vbudget (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dblk-iocost.c575 s64 vbudget; member in struct:iocg_wake_ctx
1468 ctx->vbudget -= cost;
1470 if (ctx->vbudget < 0)
1499 s64 vbudget; local
1505 vbudget = now->vnow - atomic64_read(&iocg->vtime);
1508 if (pay_debt && iocg->abs_vdebt && vbudget > 0) {
1509 u64 abs_vbudget = cost_to_abs_cost(vbudget, hwa);
1518 vbudget -= vpay;
1527 * under debt. Make sure @vbudget reflects the outstanding amount and is
1532 vbudget
[all...]

Completed in 202 milliseconds