Searched refs:add_rw_op (Results 1 – 1 of 1) sorted by relevance
/external/crosvm/io_uring/src/ |
D | uring.rs | 139 unsafe fn add_rw_op( in add_rw_op() method 289 .add_rw_op(ptr, len, fd, offset, user_data, IORING_OP_WRITEV as u8) in add_write() 310 .add_rw_op(ptr, len, fd, offset, user_data, IORING_OP_READV as u8) in add_read()
|