Lines Matching refs:next
173 msg.link.next = NULL; in nxt_port_socket_write2()
259 if (b->next != NULL) { in nxt_port_can_enqueue_buf()
476 if (msg->link.next != NULL) { in nxt_port_write_handler()
498 if (msg->link.next != NULL) { in nxt_port_write_handler()
502 msg->link.next = NULL; in nxt_port_write_handler()
518 if (msg->link.next == NULL) { in nxt_port_write_handler()
527 if (msg->link.next == NULL) { in nxt_port_write_handler()
622 nxt_buf_t *next; in nxt_port_buf_completion() local
626 nxt_prefetch(b->next); in nxt_port_buf_completion()
672 next = b->next; in nxt_port_buf_completion()
673 b->next = NULL; in nxt_port_buf_completion()
674 b = next; in nxt_port_buf_completion()
1174 nxt_buf_t *b, *orig_b, *next; in nxt_port_read_msg_process() local
1292 next = b->next; in nxt_port_read_msg_process()
1293 b->next = NULL; in nxt_port_read_msg_process()
1294 b = next; in nxt_port_read_msg_process()
1311 port->free_bufs = b->next; in nxt_port_buf_alloc()
1315 b->next = NULL; in nxt_port_buf_alloc()
1339 nxt_buf_t *b, *next; in nxt_port_error_handler() local
1363 for (b = msg->buf; b != NULL; b = next) { in nxt_port_error_handler()
1364 next = b->next; in nxt_port_error_handler()
1365 b->next = NULL; in nxt_port_error_handler()