Lines Matching defs:adjustment
272 int adjustment;
281 adjustment = ((int)loadavg[LOADAVG_1MIN]);
282 if (adjustment < 2) return(pmake_max_jobs);
284 adjustment = adjustment / ncpu;
286 adjusted_max_jobs = pmake_max_jobs - adjustment;
433 * ADJUST_M1 - adjustment by system load (default)
435 * ADJUST_NONE - no adjustment - fixed limit of jobs for the current dmake
464 * Prints warning message, cleans up job adjust data, and disables job adjustment
482 warning(gettext("Encountered max jobs auto adjustment error - disabling auto adjustment."));
484 /* switch off job adjustment for the children */
501 * DMAKE_ADJUST_MAX_JOBS == "NO" - no adjustment
587 /* job adjustment error */
590 /* no adjustment */