Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds