Searched refs:io_uring_prep_read_multishot (Results 1 – 6 of 6) sorted by relevance
/external/liburing/test/ |
D | read-mshot.c | 34 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()
|
D | read-mshot-stdin.c | 70 io_uring_prep_read_multishot(sqe, STDIN_FILENO, 0, 0, BUF_BGID); in test_stdin()
|
D | read-mshot-empty.c | 105 io_uring_prep_read_multishot(sqe, fds[0], 0, 0, BGID); in main()
|
/external/liburing/src/ |
D | liburing-ffi.map | 186 io_uring_prep_read_multishot; /* Added in 2.6. */
|
/external/liburing/ |
D | CHANGELOG | 30 - Fix bug in io_uring_prep_read_multishot()
|
/external/liburing/src/include/ |
D | liburing.h | 780 IOURINGINLINE void io_uring_prep_read_multishot(struct io_uring_sqe *sqe, in io_uring_prep_read_multishot() function
|