Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/include/
Dhttp_conf_globals.h94 extern API_VAR_EXPORT int ap_daemons_min_free;
Dap_compat.h104 #define daemons_min_free ap_daemons_min_free
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_main.c189 API_VAR_EXPORT int ap_daemons_min_free=0; variable
2884 else if (idle_count < ap_daemons_min_free) {
3082 if (ap_daemons_max_free < ap_daemons_min_free + 1) /* Don't thrash... */
3083 ap_daemons_max_free = ap_daemons_min_free + 1;
Dhttp_core.c2192 ap_daemons_min_free = atoi(arg); in set_min_free_servers()
2193 if (ap_daemons_min_free <= 0) { in set_min_free_servers()
2197 ap_daemons_min_free = 1; in set_min_free_servers()
Dhttp_config.c1550 ap_daemons_min_free = DEFAULT_MIN_FREE_DAEMON; in init_config_globals()
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_info.c492 ap_daemons_to_start, ap_daemons_min_free, in display_info()