Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dnotif.c113 if (unlikely(!io_alloc_req(ctx, &notif))) in io_alloc_notif()
H A Dio_uring.h447 static inline bool io_alloc_req(struct io_ring_ctx *ctx, struct io_kiocb **req) in io_alloc_req() function
H A Dio_uring.c2326 if (unlikely(!io_alloc_req(ctx, &req))) in io_submit_sqes()