Lines Matching refs:max_workers
176 static int max_workers = 0;
3432 max_workers = ap_daemons_limit * threads_per_child;
3632 if (max_workers < threads_per_child) {
3636 "ThreadsPerChild of", max_workers);
3647 max_workers, threads_per_child);
3649 max_workers = threads_per_child;
3652 ap_daemons_limit = max_workers / threads_per_child;
3654 if (max_workers % threads_per_child) {
3660 "multiple of", max_workers);
3672 "multiple %d", max_workers, threads_per_child,
3675 max_workers = tmp_max_workers;
3682 "servers and ", max_workers, ap_daemons_limit);
3693 max_workers, ap_daemons_limit, server_limit,
3818 max_workers = atoi(arg);