Home
last modified time | relevance | path

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

/linux-5.19.10/io_uring/
Dio_uring.c461 struct io_uring_cqe *cqe_sentinel; member
2007 ctx->cqe_sentinel = ctx->cqe_cached + len; in __io_get_cqe()
2014 if (likely(ctx->cqe_cached < ctx->cqe_sentinel)) { in io_get_cqe()