Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c108 unsigned short max_load_per_proc; member
1034 df->max_load_per_proc = 1; in SETDEFAULTS_FUNC()
1048 fcv[8].destination = &(df->max_load_per_proc); in SETDEFAULTS_FUNC()
1110 if (df->max_load_per_proc < 1) df->max_load_per_proc = 0; in SETDEFAULTS_FUNC()
2971 (sum_load / host->num_procs) > host->max_load_per_proc) { in TRIGGER_FUNC()