Searched refs:overflow (Results 1 – 3 of 3) sorted by relevance
78 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow);172 bool overflow) in io_get_cqe_overflow() argument177 if (unlikely(!io_cqe_cache_refill(ctx, overflow))) in io_get_cqe_overflow()
526 goto overflow; in io_register_resize_rings()539 overflow: in io_register_resize_rings()
759 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow) in io_cqe_cache_refill() argument770 if (!overflow && (ctx->check_cq & BIT(IO_CHECK_CQ_OVERFLOW_BIT))) in io_cqe_cache_refill()3717 p->cq_off.overflow = offsetof(struct io_rings, cq_overflow); in io_uring_fill_params()
Completed in 18 milliseconds