Home
last modified time | relevance | path

Searched refs:PIDFD_NONBLOCK (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h63 #ifndef PIDFD_NONBLOCK
64 #define PIDFD_NONBLOCK O_NONBLOCK macro
H A Dpidfd_wait.c158 pidfd = sys_pidfd_open(getpid(), PIDFD_NONBLOCK); in TEST()
178 pidfd = sys_pidfd_open(pid, PIDFD_NONBLOCK); in TEST()
/linux/include/uapi/linux/
H A Dpidfd.h11 #define PIDFD_NONBLOCK O_NONBLOCK macro
/linux/kernel/
H A Dpid.c651 if (flags & ~(PIDFD_NONBLOCK | PIDFD_THREAD)) in SYSCALL_DEFINE2()
/linux/fs/
H A Dpidfs.c1087 BUILD_BUG_ON(PIDFD_STALE == PIDFD_NONBLOCK); in pidfs_alloc_file()