Home
last modified time | relevance | path

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

/openbmc/linux/tools/virtio/ringtest/
H A Dptr_ring.c114 static unsigned long long headcnt, tailcnt; variable
135 headcnt++; in add_inbuf()
151 if (tailcnt == headcnt || __ptr_ring_full(&array)) in get_buf()
163 return (tailcnt == headcnt || __ptr_ring_full(&array)); in used_empty()