Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h49 #ifndef PIDFD_NONBLOCK
50 #define PIDFD_NONBLOCK O_NONBLOCK macro
H A Dpidfd_wait.c169 pidfd = sys_pidfd_open(getpid(), PIDFD_NONBLOCK); in TEST()
189 pidfd = sys_pidfd_open(pid, PIDFD_NONBLOCK); in TEST()
/openbmc/linux/include/uapi/linux/
H A Dpidfd.h10 #define PIDFD_NONBLOCK O_NONBLOCK macro
/openbmc/linux/kernel/
H A Dpid.c632 if (flags & ~PIDFD_NONBLOCK) in SYSCALL_DEFINE2()