Searched refs:headcnt (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 124 milliseconds