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%.
1024 * weight sums and propagate upwards accordingly. If @save, the current margin
1498 /* determine next wakeup, add a timer margin to guarantee chunking */
1699 /* see whether minimum margin requirement is met */
2326 /* QoS targets are being met with >25% margin */
2350 /* inside the hysterisis margin, we're good */
2434 s64 margin;
2441 margin = now->vnow - vtime - cost;
2448 * We only increase inuse during period and do so iff the margin has
2451 if (margin >= iocg->saved_margin || margin >= margins->low ||