Home
last modified time | relevance | path

Searched refs:io_alloc_async_data (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/io_uring/
During_cmd.c30 if (!io_alloc_async_data(req)) in io_uring_async_get()
Dwaitid.c306 if (io_alloc_async_data(req)) in io_waitid()
Dio_uring.h83 bool io_alloc_async_data(struct io_kiocb *req);
Dtimeout.c527 if (io_alloc_async_data(req)) in __io_timeout_prep()
Drw.c228 if (!io_alloc_async_data(req)) { in io_rw_alloc_async()
Dnet.c176 if (!io_alloc_async_data(req)) { in io_msg_alloc_async()
Dio_uring.c1645 bool io_alloc_async_data(struct io_kiocb *req) in io_alloc_async_data() function