Lines Matching defs:delta
498 * issued. If lagging behind device vtime, the delta represents
503 * than issue. The delta behind `vtime` represents the cost of
1067 * The delta between inuse and active sums indicates that
1693 s64 excess, delta, target, new_hwi;
1715 * fraction of period duration is delta. Assuming that the iocg will
1717 * that delta equals MARGIN_TARGET at the end of the next period.
1721 * (delta):
1723 * usage = (1 - MARGIN_TARGET + delta) * new_hwi
1727 * new_hwi = usage / (1 - MARGIN_TARGET + delta)
1729 delta = div64_s64(WEIGHT_ONE * (now->vnow - vtime),
1732 new_hwi = div64_s64(WEIGHT_ONE * usage, WEIGHT_ONE - target + delta);
1824 * The delta should be deducted from the over_sum, calculate