Home
last modified time | relevance | path

Searched refs:io_uring_prep_read_multishot (Results 1 – 6 of 6) sorted by relevance

/external/liburing/test/
Dread-mshot.c34 io_uring_prep_read_multishot(sqe, fd, 0, 0, BUF_BGID); in arm_read()
205 io_uring_prep_read_multishot(sqe, fds[0], 0, 0, BUF_BGID); in test_clamp()
338 io_uring_prep_read_multishot(sqe, fds[0], 0, 0, BUF_BGID); in test()
466 io_uring_prep_read_multishot(sqe, fd, 0, 0, BUF_BGID); in test_invalid()
Dread-mshot-stdin.c70 io_uring_prep_read_multishot(sqe, STDIN_FILENO, 0, 0, BUF_BGID); in test_stdin()
Dread-mshot-empty.c105 io_uring_prep_read_multishot(sqe, fds[0], 0, 0, BGID); in main()
/external/liburing/src/
Dliburing-ffi.map186 io_uring_prep_read_multishot; /* Added in 2.6. */
/external/liburing/
DCHANGELOG30 - Fix bug in io_uring_prep_read_multishot()
/external/liburing/src/include/
Dliburing.h780 IOURINGINLINE void io_uring_prep_read_multishot(struct io_uring_sqe *sqe, in io_uring_prep_read_multishot() function