Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c81 unsigned *khead; member
97 unsigned *khead; member
180 sq->khead = ptr + p->sq_off.head; in io_uring_mmap()
194 munmap(sq->khead, sq->ring_sz); in io_uring_mmap()
206 cq->khead = ptr + p->cq_off.head; in io_uring_mmap()
244 if (*sq->khead != *sq->ktail) { in io_uring_submit()
304 unsigned head = *cq->khead; in io_uring_wait_cqe()
325 *(&ring->cq)->khead += 1; in io_uring_cqe_seen()