Home
last modified time | relevance | path

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

/tools/io_uring/
Dio_uring-bench.c197 unsigned index, tail, next_tail, prepped = 0; in prep_more_ios() local
199 next_tail = tail = *ring->tail; in prep_more_ios()
201 next_tail++; in prep_more_ios()
203 if (next_tail == *ring->head) in prep_more_ios()
210 tail = next_tail; in prep_more_ios()