Home
last modified time | relevance | path

Searched refs:io_alloc_req (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dnotif.c71 if (unlikely(!io_alloc_req(ctx, &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.c1074 * Because of that, io_alloc_req() should be called only under ->uring_lock
2404 if (unlikely(!io_alloc_req(ctx, &req)))
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c1979 * Because of that, io_alloc_req() should be called only under ->uring_lock
1982 static struct io_kiocb *io_alloc_req(struct io_ring_ctx *ctx)
7394 req = io_alloc_req(ctx);

Completed in 24 milliseconds