Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio_uring.h131 if (unlikely(ctx->cqe_cached >= ctx->cqe_sentinel)) { in io_get_cqe_overflow()
135 *ret = ctx->cqe_cached; in io_get_cqe_overflow()
137 ctx->cqe_cached++; in io_get_cqe_overflow()
139 ctx->cqe_cached++; in io_get_cqe_overflow()
Dio_uring.c867 ctx->cqe_cached = &rings->cqes[off]; in io_cqe_cache_refill()
868 ctx->cqe_sentinel = ctx->cqe_cached + len; in io_cqe_cache_refill()
/Linux-v6.6/include/linux/
Dio_uring_types.h275 struct io_uring_cqe *cqe_cached; member