Lines Matching refs:excess
1737 * function also throws away @iocg's excess budget.
1744 s64 excess, delta, target, new_hwi;
1755 /* throw away excess above target */
1756 excess = now->vnow - vtime - ioc->margins.target;
1757 if (excess > 0) {
1758 atomic64_add(excess, &iocg->vtime);
1759 atomic64_add(excess, &iocg->done_vtime);
1760 vtime += excess;
1761 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE);
2199 s64 excess;
2207 excess = now->vnow - vtime - ioc->margins.target;
2208 if (excess > 0) {
2212 ioc->vtime_err -= div64_u64(excess * old_hwi,