Searched refs:overflow (Results 1 – 2 of 2) sorted by relevance
68 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow);158 bool overflow) in io_get_cqe_overflow() argument163 if (unlikely(!io_cqe_cache_refill(ctx, overflow))) in io_get_cqe_overflow()
762 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow) in io_cqe_cache_refill() argument773 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()