Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.h175 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow, bool cqe32);
264 if (unlikely(!io_cqe_cache_refill(ctx, overflow, cqe32))) in io_get_cqe_overflow()
H A Dio_uring.c712 bool io_cqe_cache_refill(struct io_ring_ctx *ctx, bool overflow, bool cqe32) in io_cqe_cache_refill() function