Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
H A Dbuild.c1326 double min_load = 1.5 * NumCores; in waitbuild() local
1345 if (dload[0] < min_load) { in waitbuild()
1350 (dload[0] - min_load) / in waitbuild()
1351 (max_load - min_load); in waitbuild()