Home
last modified time | relevance | path

Searched refs:num_procs (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c105 size_t num_procs; /* how many procs are started */ member
1126 proc->id = df->num_procs++; in SETDEFAULTS_FUNC()
1160 fp->id = df->num_procs++; in SETDEFAULTS_FUNC()
2969 if (host->num_procs && in TRIGGER_FUNC()
2970 host->num_procs < host->max_procs && in TRIGGER_FUNC()
2971 (sum_load / host->num_procs) > host->max_load_per_proc) { in TRIGGER_FUNC()
2993 host->num_procs++; in TRIGGER_FUNC()
3019 if (host->num_procs <= host->min_procs) break; in TRIGGER_FUNC()
3054 host->num_procs--; in TRIGGER_FUNC()
H A Dmod_fastcgi.c126 size_t num_procs; /* how many procs are started */ member
1377 proc->id = host->num_procs++; in SETDEFAULTS_FUNC()
1413 proc->id = host->num_procs++; in SETDEFAULTS_FUNC()