Searched refs:script_max_parallelism (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c152 * at most it runs script_max_parallelism number of scripts in parallel.
156 * on behalf of rcm scripts is "script_max_parallelism * 2"
158 static const int script_max_parallelism = 64; variable
162 * parallel to script_max_parallelism.
319 * process running in parallel to script_max_parallelism.
321 (void) sema_init(&script_process_sema, script_max_parallelism,
852 * parallel drops down below to script_max_parallelism.
918 * Note that the constant script_max_parallelism sets an

Completed in 60 milliseconds