Lines Matching refs:ap_daemons_limit
175 static int ap_daemons_limit = 0;
584 *result = ap_daemons_limit;
2753 for (i = 0; number_to_start && i < ap_daemons_limit; ++i) {
2784 for (i = 0; i < ap_daemons_limit; ++i) {
2900 if (active_thread_count >= ap_daemons_limit * threads_per_child) {
3008 && child_slot < ap_daemons_limit) {
3095 if (ap_daemons_limit < num_buckets)
3096 ap_daemons_limit = num_buckets;
3114 if (remaining_children_to_start > ap_daemons_limit) {
3115 remaining_children_to_start = ap_daemons_limit;
3145 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3169 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3197 for (index = 0; index < ap_daemons_limit; ++index) {
3212 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3241 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3256 ap_mpm_podx_killpg(all_buckets[i].pod, ap_daemons_limit,
3430 ap_daemons_limit = server_limit;
3432 max_workers = ap_daemons_limit * threads_per_child;
3652 ap_daemons_limit = max_workers / threads_per_child;
3655 int tmp_max_workers = ap_daemons_limit * threads_per_child;
3667 ap_daemons_limit);
3678 if (ap_daemons_limit > server_limit) {
3682 "servers and ", max_workers, ap_daemons_limit);
3693 max_workers, ap_daemons_limit, server_limit,
3696 ap_daemons_limit = server_limit;
3699 /* ap_daemons_to_start > ap_daemons_limit checked in ap_mpm_run() */