Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dinit.c449 if (uwsgi.cheaper_count == 0) uwsgi.cheaper = 0; in sanitize_args()
451 if (uwsgi.cheaper_count > 0 && uwsgi.cheaper_count >= uwsgi.numproc) { in sanitize_args()
456 if (uwsgi.cheaper && uwsgi.cheaper_count) { in sanitize_args()
458 if (uwsgi.cheaper_initial < uwsgi.cheaper_count) { in sanitize_args()
460 uwsgi.cheaper_initial, uwsgi.cheaper_count, uwsgi.cheaper_count); in sanitize_args()
461 uwsgi.cheaper_initial = uwsgi.cheaper_count; in sanitize_args()
470 uwsgi.cheaper_initial = uwsgi.cheaper_count; in sanitize_args()
H A Dmaster_events.c150 needed = uwsgi.cheaper_count; in uwsgi_master_manage_events()
H A Dmaster_utils.c337 if (active_workers > uwsgi.cheaper_count && idle_count % uwsgi.cheaper_overload == 0) { in uwsgi_cheaper_algo_spare()
389 if (active_workers > uwsgi.cheaper_count) { in uwsgi_cheaper_algo_backlog()
H A Duwsgi.c779 … cheaper mode (adaptive process spawning)", uwsgi_opt_set_int, &uwsgi.cheaper_count, UWSGI_OPT_MAS…
3263 if (uwsgi.cheaper && uwsgi.cheaper_count) {
3266 nproc = uwsgi.cheaper_count;
/dports/www/uwsgi/uwsgi-2.0.20/plugins/cheaper_backlog2/
H A Dcheaper_backlog2.c52 if (active_workers > uwsgi.cheaper_count) { in cheaper_backlog2_algo()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/cheaper_busyness/
H A Dcheaper_busyness.c269 if (active_workers > uwsgi.cheaper_count) { in cheaper_busyness_algo()
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h1884 int cheaper_count; member