Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dio_uring_types.h279 struct io_uring_cqe *cqe_sentinel; member
/Linux-v6.1/io_uring/
Dio_uring.h99 if (likely(ctx->cqe_cached < ctx->cqe_sentinel)) { in io_get_cqe_overflow()
Dio_uring.c772 ctx->cqe_sentinel = ctx->cqe_cached + len; in __io_get_cqe()