Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.h152 static inline bool io_get_cqe(struct io_ring_ctx *ctx, struct io_uring_cqe **ret) in io_get_cqe() function
167 if (unlikely(!io_get_cqe(ctx, &cqe))) in io_fill_cqe_req()
H A Dio_uring.c873 if (likely(io_get_cqe(ctx, &cqe))) { in io_fill_cqe_aux()