Home
last modified time | relevance | path

Searched refs:io_alloc_req (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/io_uring/
H A Dnotif.c71 if (unlikely(!io_alloc_req(ctx, &notif))) in io_alloc_notif()
H A Dio_uring.h365 static inline bool io_alloc_req(struct io_ring_ctx *ctx, struct io_kiocb **req) in io_alloc_req() function
H A Dio_uring.c2411 if (unlikely(!io_alloc_req(ctx, &req))) in io_submit_sqes()