Home
last modified time | relevance | path

Searched refs:IORING_FIXED_FD_NO_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Dopenclose.c277 if (flags & ~IORING_FIXED_FD_NO_CLOEXEC) in io_install_fixed_fd_prep()
287 if (flags & IORING_FIXED_FD_NO_CLOEXEC) in io_install_fixed_fd_prep()
/linux/include/uapi/linux/
H A Dio_uring.h430 #define IORING_FIXED_FD_NO_CLOEXEC (1U << 0) macro