/aosp_15_r20/external/liburing/test/ |
H A D | rw_merge_test.c | 51 io_uring_prep_readv(sqe, pipe1[0], &vec, 1, 0); in main() 56 io_uring_prep_readv(sqe, fd, &vec, 1, 4096); in main() 75 io_uring_prep_readv(sqe, fd, &vec, 1, 2048); in main()
|
H A D | link-timeout.c | 322 io_uring_prep_readv(sqe, fds[0], &iov, 1, 0); in test_single_link_timeout_error() 399 io_uring_prep_readv(sqe, fds[0], &iov, 1, 0); in test_single_link_no_timeout() 487 io_uring_prep_readv(sqe, fds[0], &iov, 1, 0); in test_single_link_timeout() 560 io_uring_prep_readv(sqe, fds[0], &iov, 1, 0); in test_timeout_link_chain1()
|
H A D | lfs-openat.c | 103 io_uring_prep_readv(sqe, fds[0], &iov, 1, 0); in test_linked_files() 156 io_uring_prep_readv(sqe, fds[0], &iov, 1, 0); in test_drained_files()
|
H A D | cq-overflow.c | 61 io_uring_prep_readv(sqe, fd, &vecs[i], 1, offset); in test_io() 90 io_uring_prep_readv(sqe, fd, &vecs[i], 1, offset); in test_io()
|
H A D | short-read.c | 54 io_uring_prep_readv(sqe, fd, &vec, 1, 0); in main()
|
H A D | register-restrictions.c | 76 io_uring_prep_readv(sqe, pipe1[0], &vec, 1, 0); in test_restrictions_sqe_op() 235 io_uring_prep_readv(sqe, 0, &vec, 1, 0); in test_restrictions_fixed_file()
|
H A D | file-verify.c | 170 io_uring_prep_readv(sqe, fd, &vec, 1, off); in test_truncate() 396 io_uring_prep_readv(sqe, fd, vecs[i], nr_vecs, off); in test()
|
H A D | eeed8b54e0df.c | 89 io_uring_prep_readv(sqe, fd, &iov, 1, 0); in main()
|
H A D | d4ae271dfaae.c | 71 io_uring_prep_readv(sqe, 0, &iovecs[i], 1, 0); in main()
|
H A D | eventfd.c | 61 io_uring_prep_readv(sqe, evfd, &vec, 1, 0); in main()
|
H A D | pipe-reuse.c | 64 io_uring_prep_readv(sqe, fds[0], iov, BUFFERS, 0); in main()
|
H A D | eventfd-disable.c | 63 io_uring_prep_readv(sqe, evfd, &vec, 1, 0); in main()
|
H A D | socket-rw.c | 113 io_uring_prep_readv(sqe, p_fd[0], iov_r, 1, 0); in main()
|
H A D | socket-rw-offset.c | 118 io_uring_prep_readv(sqe, p_fd[0], iov_r, 1, -1); in main()
|
H A D | socket-rw-eagain.c | 115 io_uring_prep_readv(sqe, p_fd[0], iov_r, 1, 0); in main()
|
H A D | submit-reuse.c | 67 io_uring_prep_readv(sqe, fd, iovs, split ? 16 : 1, 0); in prep()
|
H A D | io_uring_enter.c | 114 io_uring_prep_readv(sqe, fd, iov, 1, offset); in io_prep_read()
|
H A D | stdout.c | 55 io_uring_prep_readv(sqe, fds[0], &vecs[1], 1, 0); in test_pipe_io_fixed()
|
H A D | 232c93d07b74.c | 132 io_uring_prep_readv(sqe, s1, &iov, 1, 0); in rcv()
|
H A D | iopoll.c | 138 io_uring_prep_readv(sqe, use_fd, &vecs[i], 1, in __test_io()
|
H A D | link.c | 408 io_uring_prep_readv(sqe, invalid_fd, &iov, 1, 0); in test_early_fail_and_wait()
|
/aosp_15_r20/external/liburing/examples/ |
H A D | io_uring-cp.c | 73 io_uring_prep_readv(sqe, infd, &data->iov, 1, data->offset); in queue_prepped() 102 io_uring_prep_readv(sqe, infd, &data->iov, 1, offset); in queue_read()
|
H A D | io_uring-test.c | 69 io_uring_prep_readv(sqe, fd, &iovecs[i], 1, offset); in main()
|
H A D | link-cp.c | 80 io_uring_prep_readv(sqe, infd, &data->iov, 1, offset); in queue_rw_pair()
|
/aosp_15_r20/external/liburing/src/include/ |
H A D | liburing.h | 362 static inline void io_uring_prep_readv(struct io_uring_sqe *sqe, int fd, in io_uring_prep_readv() function 374 io_uring_prep_readv(sqe, fd, iovecs, nr_vecs, offset); in io_uring_prep_readv2()
|