Home
last modified time | relevance | path

Searched refs:adjusted_max_jobs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc273 int adjusted_max_jobs; in adjust_pmake_max_jobs() local
286 adjusted_max_jobs = pmake_max_jobs - adjustment; in adjust_pmake_max_jobs()
287 if (adjusted_max_jobs < 1) adjusted_max_jobs = 1; in adjust_pmake_max_jobs()
288 return(adjusted_max_jobs); in adjust_pmake_max_jobs()