Searched refs:tailcnt (Results 1 – 1 of 1) sorted by relevance
115 static unsigned long long headcnt, tailcnt; variable152 if (tailcnt == headcnt || __ptr_ring_full(&array)) in get_buf()156 ++tailcnt; in get_buf()164 return (tailcnt == headcnt || __ptr_ring_full(&array)); in used_empty()