Lines Matching refs:target
390 s64 target;
769 margins->target = (period_us * MARGIN_TARGET_PCT / 100) * vrate;
779 /* pick the higher latency target */
791 * multiple of the latency target. Ideally, the multiplier should
1247 * Always start with the target budget. On deactivation, we throw away
1250 vtarget = now->vnow - ioc->margins.target;
1588 * Call this function on the target leaf @iocg's to build pre-order traversal
1693 s64 excess, delta, target, new_hwi;
1704 /* throw away excess above target */
1705 excess = now->vnow - vtime - ioc->margins.target;
1731 target = WEIGHT_ONE * MARGIN_TARGET_PCT / 100;
1732 new_hwi = div64_s64(WEIGHT_ONE * usage, WEIGHT_ONE - target + delta);
1755 * inuse should be adjusted to achieve the target donation amounts. This is done
1760 * Given the weights and target after-donation hweight_inuse values, Andy's
1765 * determine the target hweight_inuse for each node, and then derives per-level
1775 * be adjusted to achieve the target donation.
1825 * target over_sum value.
1981 * the minimum target hweight_inuse. Configuring inuse
2171 * have a high budget. Account anything above target as
2173 * with the target budget.
2175 excess = now.vnow - vtime - ioc->margins.target;
2889 * target bio has an iocg associated and need to test for NULL iocg.