Lines Matching defs:remaining_children_to_start
2949 static void server_main_loop(int remaining_children_to_start, int num_buckets)
3007 else if (remaining_children_to_start
3013 --remaining_children_to_start;
3050 else if (remaining_children_to_start) {
3055 startup_children(remaining_children_to_start);
3056 remaining_children_to_start = 0;
3073 int remaining_children_to_start;
3113 remaining_children_to_start = ap_daemons_to_start;
3114 if (remaining_children_to_start > ap_daemons_limit) {
3115 remaining_children_to_start = ap_daemons_limit;
3118 startup_children(remaining_children_to_start);
3119 remaining_children_to_start = 0;
3137 server_main_loop(remaining_children_to_start, num_buckets);