Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dio_uring.h27 struct io_uring_cqe *__io_get_cqe(struct io_ring_ctx *ctx, bool overflow);
109 return __io_get_cqe(ctx, overflow); in io_get_cqe_overflow()
Dio_uring.c744 struct io_uring_cqe *__io_get_cqe(struct io_ring_ctx *ctx, bool overflow) in __io_get_cqe() function