Lines Matching refs:max_workers
125 static int max_workers = 0;
2162 max_workers = ap_daemons_limit * threads_per_child;
2299 if (max_workers < threads_per_child) {
2303 "ThreadsPerChild of", max_workers);
2314 max_workers, threads_per_child);
2316 max_workers = threads_per_child;
2319 ap_daemons_limit = max_workers / threads_per_child;
2321 if (max_workers % threads_per_child) {
2327 "multiple of", max_workers);
2339 "multiple %d", max_workers, threads_per_child,
2342 max_workers = tmp_max_workers;
2349 "servers and ", max_workers, ap_daemons_limit);
2360 max_workers, ap_daemons_limit, server_limit,
2473 max_workers = atoi(arg);