Searched refs:CIRBUF_IS_FULL (Results 1 – 2 of 2) sorted by relevance
44 #define CIRBUF_IS_FULL(cirbuf) ((cirbuf)->maxlen == (cirbuf)->len) macro
106 if (cbuf && !CIRBUF_IS_FULL(cbuf)) { in cirbuf_add_head_safe()135 if (cbuf && !CIRBUF_IS_FULL(cbuf)) { in cirbuf_add_tail_safe()