Searched refs:nr_vecs (Results 1 – 1 of 1) sorted by relevance
/tools/io_uring/ |
D | liburing.h | 122 unsigned nr_vecs, off_t offset) in io_uring_prep_readv() argument 124 io_uring_prep_rw(IORING_OP_READV, sqe, fd, iovecs, nr_vecs, offset); in io_uring_prep_readv() 136 unsigned nr_vecs, off_t offset) in io_uring_prep_writev() argument 138 io_uring_prep_rw(IORING_OP_WRITEV, sqe, fd, iovecs, nr_vecs, offset); in io_uring_prep_writev()
|