Lines Matching refs:active_procs
127 size_t active_procs; /* how many of them are really running, i.e. state = PROC_STATE_RUNNING */ member
449 if (hctx->proc->state == PROC_STATE_RUNNING) hctx->host->active_procs--; in fcgi_host_disable()
1151 host->active_procs++; in fcgi_spawn_connection()
1415 host->active_procs++; in SETDEFAULTS_FUNC()
2737 host->active_procs++; in fcgi_restart_dead_procs()
2758 host->active_procs++; in fcgi_restart_dead_procs()
2827 host->active_procs++; in fcgi_restart_dead_procs()
2982 if (hctx->proc->state == PROC_STATE_RUNNING) hctx->host->active_procs--; in fcgi_write_request()
3136 if (host->active_procs == 0) continue; in SUBREQUEST_FUNC()
3552 if (h->active_procs == 0) { in fcgi_check_extension()
3813 if (proc->state == PROC_STATE_RUNNING) host->active_procs--; in TRIGGER_FUNC()