Lines Matching refs:ap_daemons_limit
124 static int ap_daemons_limit = 0;
373 *result = ap_daemons_limit;
1480 for (i = 0; number_to_start && i < ap_daemons_limit; ++i) {
1511 for (i = 0; i < ap_daemons_limit; ++i) {
1625 if (active_thread_count >= ap_daemons_limit * threads_per_child) {
1746 && child_slot < ap_daemons_limit) {
1832 if (ap_daemons_limit < num_buckets)
1833 ap_daemons_limit = num_buckets;
1851 if (remaining_children_to_start > ap_daemons_limit) {
1852 remaining_children_to_start = ap_daemons_limit;
1887 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
1912 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
1940 for (index = 0; index < ap_daemons_limit; ++index) {
1955 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
1983 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
1998 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
2160 ap_daemons_limit = server_limit;
2162 max_workers = ap_daemons_limit * threads_per_child;
2319 ap_daemons_limit = max_workers / threads_per_child;
2322 int tmp_max_workers = ap_daemons_limit * threads_per_child;
2334 ap_daemons_limit);
2345 if (ap_daemons_limit > server_limit) {
2349 "servers and ", max_workers, ap_daemons_limit);
2360 max_workers, ap_daemons_limit, server_limit,
2363 ap_daemons_limit = server_limit;
2366 /* ap_daemons_to_start > ap_daemons_limit checked in worker_run() */