Lines Matching refs:next
29 for (b = sb->buf; b != NULL && total < sb->limit; b = b->next) { in nxt_sendbuf_mem_coalesce0()
31 nxt_prefetch(b->next); in nxt_sendbuf_mem_coalesce0()
99 for (b = sb->buf; b != NULL && total < sb->limit; b = b->next) { in nxt_sendbuf_mem_coalesce()
101 nxt_prefetch(b->next); in nxt_sendbuf_mem_coalesce()
178 nxt_prefetch(b->next); in nxt_sendbuf_file_coalesce()
190 b = b->next; in nxt_sendbuf_file_coalesce()
303 nxt_prefetch(b->next); in nxt_sendbuf_copy()
322 b = b->next; in nxt_sendbuf_copy()
337 nxt_prefetch(b->next); in nxt_sendbuf_update()
373 b = b->next; in nxt_sendbuf_update()
409 nxt_buf_t *b, *next, **last, *rest, **last_rest; in nxt_sendbuf_coalesce_completion() local
414 last = &start->next; in nxt_sendbuf_coalesce_completion()
419 next = b->next; in nxt_sendbuf_coalesce_completion()
420 if (next == NULL) { in nxt_sendbuf_coalesce_completion()
424 b->next = NULL; in nxt_sendbuf_coalesce_completion()
425 b = next; in nxt_sendbuf_coalesce_completion()
434 last = &b->next; in nxt_sendbuf_coalesce_completion()
438 last_rest = &b->next; in nxt_sendbuf_coalesce_completion()