Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_buf.h87 uint8_t is_flush:1; member
171 ((b)->is_flush)
174 (b)->is_flush = 1
177 (b)->is_flush = 0
H A Dnxt_buf.c155 b->is_flush = ((flags & NXT_BUF_SYNC_FLUSH) != 0); in nxt_buf_sync_alloc()