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

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

Completed in 423 milliseconds