Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.h139 if (unlikely(ctx->cqe_cached >= ctx->cqe_sentinel)) { in io_get_cqe_overflow()
143 *ret = ctx->cqe_cached; in io_get_cqe_overflow()
145 ctx->cqe_cached++; in io_get_cqe_overflow()
147 ctx->cqe_cached++; in io_get_cqe_overflow()
H A Dio_uring.c881 ctx->cqe_cached = &rings->cqes[off]; in io_cqe_cache_refill()
882 ctx->cqe_sentinel = ctx->cqe_cached + len; in io_cqe_cache_refill()
/openbmc/linux/include/linux/
H A Dio_uring_types.h274 struct io_uring_cqe *cqe_cached; member