Lines Matching defs:margin
143 * surplus weight adjustment factors in a margin and has an immediate
222 * immediately canceled if the vtime margin runs below 10%.
1081 * weight sums and propagate upwards accordingly. If @save, the current margin
1555 /* determine next wakeup, add a timer margin to guarantee chunking */
1750 /* see whether minimum margin requirement is met */
2398 /* QoS targets are being met with >25% margin */
2422 /* inside the hysterisis margin, we're good */
2463 s64 margin;
2470 margin = now->vnow - vtime - cost;
2477 * We only increase inuse during period and do so if the margin has
2480 if (margin >= iocg->saved_margin || margin >= margins->low ||