Lines Matching refs:excess
1677 s64 excess, delta, target, new_hwi; in hweight_after_donation() local
1689 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation()
1690 if (excess > 0) { in hweight_after_donation()
1691 atomic64_add(excess, &iocg->vtime); in hweight_after_donation()
1692 atomic64_add(excess, &iocg->done_vtime); in hweight_after_donation()
1693 vtime += excess; in hweight_after_donation()
1694 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE); in hweight_after_donation()
2151 s64 excess; in ioc_timer_fn() local
2159 excess = now.vnow - vtime - ioc->margins.target; in ioc_timer_fn()
2160 if (excess > 0) { in ioc_timer_fn()
2164 ioc->vtime_err -= div64_u64(excess * old_hwi, in ioc_timer_fn()