Home
last modified time | relevance | path

Searched refs:excess (Results 1 – 1 of 1) sorted by relevance

/block/
Dblk-iocost.c1739 s64 excess, delta, target, new_hwi; in hweight_after_donation() local
1751 excess = now->vnow - vtime - ioc->margins.target; in hweight_after_donation()
1752 if (excess > 0) { in hweight_after_donation()
1753 atomic64_add(excess, &iocg->vtime); in hweight_after_donation()
1754 atomic64_add(excess, &iocg->done_vtime); in hweight_after_donation()
1755 vtime += excess; in hweight_after_donation()
1756 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE); in hweight_after_donation()
2194 s64 excess; in ioc_check_iocgs() local
2202 excess = now->vnow - vtime - ioc->margins.target; in ioc_check_iocgs()
2203 if (excess > 0) { in ioc_check_iocgs()
[all …]