/aosp_15_r20/external/liburing/test/ |
H A D | file-verify.c | 173 io_uring_prep_read(sqe, fd, NULL, CHUNK_SIZE, off); in test_truncate() 176 io_uring_prep_read(sqe, fd, buf, CHUNK_SIZE, off); in test_truncate() 401 io_uring_prep_read(sqe, fd, NULL, this, off); in test() 404 io_uring_prep_read(sqe, fd, buf[i], this, off); in test()
|
H A D | read-before-exit.c | 32 io_uring_prep_read(sqe, d->timer_fd1, &d->buf1, sizeof(d->buf1), 0); in submit() 35 io_uring_prep_read(sqe, d->timer_fd2, &d->buf2, sizeof(d->buf2), 0); in submit()
|
H A D | submit-link-fail.c | 51 io_uring_prep_read(sqe, fds[0], buffer, sizeof(buffer), 0); in test_underprep_fail() 60 io_uring_prep_read(sqe, invalid_fd, buffer, 1, 0); in test_underprep_fail()
|
H A D | io-cancel.c | 233 io_uring_prep_read(sqe, fds[0], buffer, 10, 0); in test_dont_cancel_another_ring() 307 io_uring_prep_read(sqe, fds[0], buffer, 10, 0); in test_cancel_req_across_fork() 475 io_uring_prep_read(sqe, fds[0], buffer, 10, 0); in test_sqpoll_cancel_iowq_requests()
|
H A D | ring-leak.c | 105 io_uring_prep_read(sqe, 0, buffer, 10, 0); in test_iowq_request_cancel() 114 io_uring_prep_read(sqe, 0, buffer, 10, 0); in test_iowq_request_cancel()
|
H A D | drop-submit.c | 37 io_uring_prep_read(sqe, 128, buf, sizeof(buf), 0); in test()
|
H A D | pipe-eof.c | 59 io_uring_prep_read(sqe, d.fds[0], buf, BUFSIZE, 0); in main()
|
H A D | exit-no-cleanup.c | 49 io_uring_prep_read(sqe, sleep_fd, &buf, sizeof(buf), 0); in thread_func()
|
H A D | sq-poll-share.c | 64 io_uring_prep_read(sqe, fd, vecs[i].iov_base, vecs[i].iov_len, off); in queue_io()
|
H A D | fixed-reuse.c | 64 io_uring_prep_read(sqe, 0, buf, sizeof(buf), 0); in test()
|
H A D | open-direct-link.c | 41 io_uring_prep_read(sqe, 0, buf, sizeof(buf), 0); in test()
|
H A D | sq-poll-dup.c | 63 io_uring_prep_read(sqe, fd, vecs[i].iov_base, vecs[i].iov_len, off); in queue_io()
|
H A D | read-write.c | 132 io_uring_prep_read(sqe, use_fd, vecs[i].iov_base, in __test_io() 362 io_uring_prep_read(sqe, fd, &event, sizeof(eventfd_t), 0); in test_eventfd_read()
|
H A D | ringbuf-read.c | 94 io_uring_prep_read(sqe, fd, NULL, BUF_SIZE, i * BUF_SIZE); in test()
|
H A D | ring-leak2.c | 72 io_uring_prep_read(sqe, fd, &read_eventfd_buffer, 8, 0); in add_socket_eventfd_read()
|
H A D | open-close.c | 99 io_uring_prep_read(sqe, 0, buf, sizeof(buf), 0); in test_close_fixed()
|
H A D | fpos.c | 67 io_uring_prep_read(sqe, fd, in test_read()
|
H A D | openat2.c | 94 io_uring_prep_read(sqe, 0, buffer, 1, 0); in test_open_fixed()
|
H A D | buf-ring.c | 221 io_uring_prep_read(sqe, fd, NULL, 1, 0); in test_one_read()
|
H A D | poll-cancel-all.c | 358 io_uring_prep_read(sqe, fd[0], &buffer, sizeof(buffer), 0); in test4()
|
H A D | skip-cqe.c | 188 io_uring_prep_read(sqe, fds[0], buf, sizeof(buf), 0); in test_ltimeout_fire()
|
/aosp_15_r20/external/ublksrv/ |
H A D | tgt_loop.cpp | 263 io_uring_prep_read(sqe, 1 /*fds[1]*/, in loop_queue_tgt_read() 280 io_uring_prep_read(sqe, 1 /*fds[1]*/, in loop_queue_tgt_read() 300 io_uring_prep_read(sqe, 0 /*fds[0]*/, in loop_queue_tgt_write()
|
H A D | demo_event.c | 108 io_uring_prep_read(sqe, req->fd, (void *)iod->addr, in async_io_submitter()
|
/aosp_15_r20/system/core/fastboot/device/ |
H A D | usb_iouring.cpp | 32 io_uring_prep_read(sqe, fd, data, len, offset); in prep_async_read()
|
/aosp_15_r20/system/update_engine/liburing_cpp/src/ |
H A D | IoUring.cpp | 91 io_uring_prep_read(sqe, fd, buf, nbytes, offset); in PrepRead()
|