Lines Matching refs:excess
1723 s64 excess, delta, target, new_hwi; in hweight_after_donation() local
1735 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation()
1736 if (excess > 0) { in hweight_after_donation()
1737 atomic64_add(excess, &iocg->vtime); in hweight_after_donation()
1738 atomic64_add(excess, &iocg->done_vtime); in hweight_after_donation()
1739 vtime += excess; in hweight_after_donation()
1740 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE); in hweight_after_donation()
2178 s64 excess; in ioc_check_iocgs() local
2186 excess = now->vnow - vtime - ioc->margins.target; in ioc_check_iocgs()
2187 if (excess > 0) { in ioc_check_iocgs()
2191 ioc->vtime_err -= div64_u64(excess * old_hwi, in ioc_check_iocgs()