Home
last modified time | relevance | path

Searched refs:nxt_queue_tail (Results 1 – 7 of 7) sorted by path

/unit/src/
H A Dnxt_mp.c605 link != nxt_queue_tail(pages); in nxt_mp_get_small()
H A Dnxt_port_socket.c578 if (lnk == nxt_queue_tail(&port->messages)) { in nxt_port_msg_first()
H A Dnxt_process.c1269 link != nxt_queue_tail(listen); in nxt_process_quit()
H A Dnxt_queue.c66 link != nxt_queue_tail(queue); in nxt_queue_sort()
H A Dnxt_queue.h84 #define nxt_queue_tail(queue) \ macro
208 _lnk != nxt_queue_tail(queue); \
H A Dnxt_router.c1191 if (qlk != nxt_queue_tail(&pending_sockets)) { in nxt_router_conf_apply()
1359 qlk != nxt_queue_tail(&creating_sockets); in nxt_router_conf_error()
2764 qlk != nxt_queue_tail(&router->sockets); in nxt_router_listen_socket_find()
3208 qlk != nxt_queue_tail(&router->engines); in nxt_router_engines_create()
3342 qlk != nxt_queue_tail(sockets); in nxt_router_engine_joints_create()
3420 qlk != nxt_queue_tail(sockets); in nxt_router_engine_joints_delete()
3715 qlk != nxt_queue_tail(listen_connections); in nxt_router_listen_event()
H A Dnxt_runtime.c480 link != nxt_queue_tail(idle); in nxt_runtime_close_idle_connections()