Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.h262 if (unlikely(ctx->cqe_sentinel - ctx->cqe_cached < (cqe32 + 1))) { in io_get_cqe_overflow()
275 WARN_ON_ONCE(ctx->cqe_cached > ctx->cqe_sentinel); in io_get_cqe_overflow()
H A Dregister.c630 ctx->cqe_cached = ctx->cqe_sentinel = NULL; in io_register_resize_rings()
H A Dio_uring.c563 ctx->cqe_sentinel = ctx->cqe_cached; in __io_cqring_overflow_flush()
744 ctx->cqe_sentinel = ctx->cqe_cached + len; in io_cqe_cache_refill()
/linux/include/linux/
H A Dio_uring_types.h376 struct io_uring_cqe *cqe_sentinel; member