Searched refs:cqe_cached (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dio_uring.h166 if (unlikely(ctx->cqe_cached >= ctx->cqe_sentinel)) {
170 *ret = ctx->cqe_cached;
172 ctx->cqe_cached++;
174 ctx->cqe_cached++;
H A Dio_uring.c860 ctx->cqe_cached = &rings->cqes[off];
861 ctx->cqe_sentinel = ctx->cqe_cached + len;
/linux-master/include/linux/
H A Dio_uring_types.h315 struct io_uring_cqe *cqe_cached; member in struct:io_ring_ctx::__anon49

Completed in 175 milliseconds