Searched refs:cqe_cached (Results 1 – 4 of 4) sorted by relevance
177 if (unlikely(ctx->cqe_cached >= ctx->cqe_sentinel)) { in io_get_cqe_overflow()181 *ret = ctx->cqe_cached; in io_get_cqe_overflow()183 ctx->cqe_cached++; in io_get_cqe_overflow()185 ctx->cqe_cached++; in io_get_cqe_overflow()
553 ctx->cqe_cached = ctx->cqe_sentinel = NULL; in io_register_resize_rings()
639 ctx->cqe_sentinel = ctx->cqe_cached; in __io_cqring_overflow_flush()784 ctx->cqe_cached = &rings->cqes[off]; in io_cqe_cache_refill()785 ctx->cqe_sentinel = ctx->cqe_cached + len; in io_cqe_cache_refill()
340 struct io_uring_cqe *cqe_cached; member