Home
last modified time | relevance | path

Searched refs:io_uring_prep_fixed_fd_install (Results 1 – 4 of 4) sorted by relevance

/external/liburing/test/
Dfd-install.c39 io_uring_prep_fixed_fd_install(sqe, 0, 1U << 17); in test_flags()
55 io_uring_prep_fixed_fd_install(sqe, 0, IORING_FIXED_FD_NO_CLOEXEC); in test_flags()
103 io_uring_prep_fixed_fd_install(sqe, 0, 0); in test_linked()
155 io_uring_prep_fixed_fd_install(sqe, 0, 0); in test_not_fixed()
186 io_uring_prep_fixed_fd_install(sqe, some_fd, 0); in test_bad_fd()
266 io_uring_prep_fixed_fd_install(sqe, 0, 0); in test_working()
392 io_uring_prep_fixed_fd_install(sqe, 0, 0); in test_creds()
/external/liburing/src/
Dliburing-ffi.map195 io_uring_prep_fixed_fd_install;
/external/liburing/
DCHANGELOG33 - Fix io_uring_prep_fixed_fd_install.3 man page
48 - Add io_uring_prep_fixed_fd_install() helper
/external/liburing/src/include/
Dliburing.h1278 IOURINGINLINE void io_uring_prep_fixed_fd_install(struct io_uring_sqe *sqe, in io_uring_prep_fixed_fd_install() function