Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/uapi/linux/
H A Dio_uring.h435 #define IORING_FIXED_FD_NO_CLOEXEC (1U << 0) macro