Home
last modified time | relevance | path

Searched refs:free_buf (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_unit.c299 nxt_unit_mmap_buf_t *free_buf; member
706 ctx_impl->free_buf = NULL; in nxt_unit_ctx_init()
2456 if (ctx_impl->free_buf == NULL) { in nxt_unit_mmap_buf_get()
2465 mmap_buf = ctx_impl->free_buf; in nxt_unit_mmap_buf_get()
2488 nxt_unit_mmap_buf_insert(&mmap_buf->ctx_impl->free_buf, mmap_buf); in nxt_unit_mmap_buf_release()
2679 goto free_buf; in nxt_unit_mmap_buf_send()
2718 goto free_buf; in nxt_unit_mmap_buf_send()
2732 goto free_buf; in nxt_unit_mmap_buf_send()
2738 free_buf: in nxt_unit_mmap_buf_send()
5202 while (ctx_impl->free_buf != NULL) { in nxt_unit_ctx_free()
[all …]