Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.h68 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow);
158 bool overflow) in io_get_cqe_overflow() argument
163 if (unlikely(!io_cqe_cache_refill(ctx, overflow))) in io_get_cqe_overflow()
Dio_uring.c762 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow) in io_cqe_cache_refill() argument
773 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in io_cqe_cache_refill()
3659 p->cq_off.overflow = offsetof(struct io_rings, cq_overflow); in io_uring_create()