Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio_uring.h41 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow);
132 if (unlikely(!io_cqe_cache_refill(ctx, overflow))) in io_get_cqe_overflow()
Dio_uring.c840 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow) in io_cqe_cache_refill() function