Searched refs:idle_processes (Results 1 – 2 of 2) sorted by relevance
122 uint32_t idle_processes; member
2927 app->idle_processes++; in nxt_router_app_prefork_ready()4409 app->idle_processes--; in nxt_router_req_headers_ack_handler()4417 && app->idle_processes >= app->spare_processes) in nxt_router_req_headers_ack_handler()4746 app->idle_processes--; in nxt_router_app_get_port_for_quit()4867 if (app->idle_processes == app->spare_processes in nxt_router_app_port_release()4875 if (app->idle_processes < app->spare_processes) { in nxt_router_app_port_release()4889 app->idle_processes++; in nxt_router_app_port_release()4959 app->idle_processes--; in nxt_router_app_port_close()5041 while (app->idle_processes > app->spare_processes) { in nxt_router_adjust_idle_timer()5069 app->idle_processes--; in nxt_router_adjust_idle_timer()[all …]