Lines Matching defs:delta
496 * issued. If lagging behind device vtime, the delta represents
501 * than issue. The delta behind `vtime` represents the cost of
1124 * The delta between inuse and active sums indicates that
1744 s64 excess, delta, target, new_hwi;
1766 * fraction of period duration is delta. Assuming that the iocg will
1768 * that delta equals MARGIN_TARGET at the end of the next period.
1772 * (delta):
1774 * usage = (1 - MARGIN_TARGET + delta) * new_hwi
1778 * new_hwi = usage / (1 - MARGIN_TARGET + delta)
1780 delta = div64_s64(WEIGHT_ONE * (now->vnow - vtime),
1783 new_hwi = div64_s64(WEIGHT_ONE * usage, WEIGHT_ONE - target + delta);
1875 * The delta should be deducted from the over_sum, calculate