Home
last modified time | relevance | path

Searched refs:io_rw_prep_async (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Drw.c546 static inline int io_rw_prep_async(struct io_kiocb *req, int rw) in io_rw_prep_async() function
570 return io_rw_prep_async(req, ITER_DEST); in io_readv_prep_async()
575 return io_rw_prep_async(req, ITER_SOURCE); in io_writev_prep_async()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c3482 static inline int io_rw_prep_async(struct io_kiocb *req, int rw) in io_rw_prep_async() function
6579 return io_rw_prep_async(req, READ); in io_req_prep_async()
6581 return io_rw_prep_async(req, WRITE); in io_req_prep_async()

Completed in 15 milliseconds