Home
last modified time | relevance | path

Searched refs:port_hash_count (Results 1 – 2 of 2) sorted by path

/unit/src/
H A Dnxt_router.c744 app->port_hash_count++; in nxt_router_new_port_handler()
1162 > app->port_hash_count + app->pending_processes) in nxt_router_app_need_start()
3148 app->port_hash_count++; in nxt_router_app_prefork_ready()
4518 app->port_hash_count++; in nxt_router_app_port_ready()
4623 app->port_hash_count--; in nxt_router_app_get_port_for_quit()
4814 app->port_hash_count--; in nxt_router_app_port_close()
4936 app->port_hash_count--; in nxt_router_adjust_idle_timer()
5024 app->port_hash_count--; in nxt_router_free_app()
5057 nxt_assert(app->port_hash_count == 0); in nxt_router_free_app()
H A Dnxt_router.h125 uint32_t port_hash_count; member