Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/plugins/cheaper_backlog2/
H A Dcheaper_backlog2.c32 if (uwsgi.workers[i].cheaped == 1 && uwsgi.workers[i].pid == 0) { in cheaper_backlog2_algo()
46 if (uwsgi.workers[i].cheaped == 0 && uwsgi.workers[i].pid > 0) { in cheaper_backlog2_algo()
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dmaster_checks.c56 if (previous_worker->pid > 0 && !previous_worker->cheaped) { in uwsgi_master_check_chain()
80 if (uw->pid > 0 && !uw->cheaped && uw->accepting) { in uwsgi_master_check_chain()
120 if (uwsgi.workers[i].cheaped == 0 && uwsgi.workers[i].pid > 0) { in uwsgi_master_check_idle()
149 uwsgi.workers[i].cheaped = 1; in uwsgi_master_check_idle()
219 if (uwsgi.workers[i].pid > 0 && uwsgi.workers[i].cheaped == 0 && uwsgi.max_worker_lifetime > 0) { in uwsgi_master_check_workers_deadline()
H A Dmaster_utils.c140 if (!uwsgi.workers[i].cheaped) { in uwsgi_calc_cheaper()
179 if (uwsgi.workers[i].cheaped == 1 && uwsgi.workers[i].pid == 0) { in uwsgi_calc_cheaper()
195 if (uwsgi.workers[i].cheaped == 0 && uwsgi.workers[i].pid > 0) { in uwsgi_calc_cheaper()
208 uwsgi.workers[oldest_worker].cheaped = 1; in uwsgi_calc_cheaper()
273 if (uwsgi.workers[i].cheaped == 0 && uwsgi.workers[i].pid > 0) { in uwsgi_cheaper_algo_spare()
299 if (uwsgi.workers[i].cheaped == 1 && uwsgi.workers[i].pid == 0) { in uwsgi_cheaper_algo_spare()
316 if (uwsgi.workers[i].cheaped == 0 && uwsgi.workers[i].pid > 0) { in uwsgi_cheaper_algo_spare()
384 if (uwsgi.workers[i].cheaped == 0 && uwsgi.workers[i].pid > 0) { in uwsgi_cheaper_algo_backlog()
681 uwsgi.workers[wid].cheaped = 0; in uwsgi_respawn_worker()
1087 if (uwsgi.workers[i + 1].cheaped) { in uwsgi_master_generate_stats()
[all …]
H A Dmaster.c13 if (uwsgi.workers[i].cheaped == 0 && uwsgi.workers[i].pid > 0) { in uwsgi_update_load_counters()
489 uwsgi.workers[i].cheaped = 1;
1036 uwsgi.workers[thewid].cheaped = 1;
1054 if (uwsgi.workers[thewid].cheaped == 1) {
H A Dsignal.c339 if (uwsgi.workers[i].pid > 0 && !uwsgi.workers[i].cheaped && !uwsgi.workers[i].suspended) { in uwsgi_route_signal()
H A Duwsgi.c3274 uwsgi.workers[i].cheaped = 1;
/dports/www/uwsgi/uwsgi-2.0.20/plugins/cheaper_busyness/
H A Dcheaper_busyness.c124 if (uwsgi.workers[i].cheaped == 1 && uwsgi.workers[i].pid == 0) { in spawn_emergency_worker()
158 if (uwsgi.workers[i+1].cheaped == 0 && uwsgi.workers[i+1].pid > 0) { in cheaper_busyness_algo()
174 if (uwsgi.workers[i+1].cheaped == 0 && uwsgi.workers[i+1].pid > 0) { in cheaper_busyness_algo()
222 if (uwsgi.workers[i].cheaped == 1 && uwsgi.workers[i].pid == 0) { in cheaper_busyness_algo()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/carbon/
H A Dcarbon.c265 if (uwsgi.workers[i].cheaped) { in carbon_push_stats()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/pypy/
H A Dpypy_setup.py728 if lib.uwsgi.workers[i].cheaped:
/dports/www/uwsgi/uwsgi-2.0.20/plugins/python/
H A Duwsgi_pymodule.c2209 if (uwsgi.workers[i + 1].cheaped) { in py_uwsgi_workers()
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h3041 int cheaped; member