Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dnotif.c71 if (unlikely(!io_alloc_req(ctx, &notif))) in io_alloc_notif()
Dio_uring.h356 static inline bool io_alloc_req(struct io_ring_ctx *ctx, struct io_kiocb **req) in io_alloc_req() function
Dio_uring.c2427 if (unlikely(!io_alloc_req(ctx, &req))) in io_submit_sqes()