Lines Matching defs:excess
1686 * function also throws away @iocg's excess budget.
1693 s64 excess, delta, target, new_hwi;
1704 /* throw away excess above target */
1705 excess = now->vnow - vtime - ioc->margins.target;
1706 if (excess > 0) {
1707 atomic64_add(excess, &iocg->vtime);
1708 atomic64_add(excess, &iocg->done_vtime);
1709 vtime += excess;
1710 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE);
2167 s64 excess;
2175 excess = now.vnow - vtime - ioc->margins.target;
2176 if (excess > 0) {
2180 ioc->vtime_err -= div64_u64(excess * old_hwi,