Home
last modified time | relevance | path

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

/Linux-v4.19/tools/virtio/ringtest/
Dptr_ring.c115 static unsigned long long headcnt, tailcnt; variable
152 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()