Home
last modified time | relevance | path

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

/aosp_15_r20/external/liburing/test/
H A Dcq-overflow.c111 if (reaped + *ring.cq.koverflow == total) in test_io()
136 *drops = *ring.cq.koverflow; in test_io()
137 } else if (*ring.cq.koverflow) { in test_io()
138 fprintf(stderr, "Found %u overflows\n", *ring.cq.koverflow); in test_io()
231 if (*ring.cq.koverflow != 8) { in test_overflow()
233 *ring.cq.koverflow); in test_overflow()
H A Dcq-full.c85 ((*ring.cq.koverflow != 4) && !(p.features & IORING_FEAT_NODROP))) { in main()
87 *ring.cq.koverflow); in main()
H A Ddefer.c230 while (*ring->cq.koverflow != 1000) { in test_overflow_hung()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c101 unsigned *koverflow; member
210 cq->koverflow = ptr + p->cq_off.overflow; in io_uring_mmap()
/aosp_15_r20/external/liburing/src/
H A Dsetup.c79 cq->koverflow = cq->ring_ptr + p->cq_off.overflow; in io_uring_mmap()
/aosp_15_r20/external/liburing/src/include/
H A Dliburing.h68 unsigned *koverflow; member