Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio_uring.h143 static inline bool io_get_cqe(struct io_ring_ctx *ctx, struct io_uring_cqe **ret) in io_get_cqe() function
158 if (unlikely(!io_get_cqe(ctx, &cqe))) in io_fill_cqe_req()
Dio_uring.c884 if (likely(io_get_cqe(ctx, &cqe))) { in io_fill_cqe_aux()