Searched refs:koverflow (Results 1 – 6 of 6) sorted by relevance
111 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()
85 ((*ring.cq.koverflow != 4) && !(p.features & IORING_FEAT_NODROP))) { in main()87 *ring.cq.koverflow); in main()
230 while (*ring->cq.koverflow != 1000) { in test_overflow_hung()
101 unsigned *koverflow; member210 cq->koverflow = ptr + p->cq_off.overflow; in io_uring_mmap()
79 cq->koverflow = cq->ring_ptr + p->cq_off.overflow; in io_uring_mmap()
68 unsigned *koverflow; member