Home
last modified time | relevance | path

Searched refs:PIDFD_CLONE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dpidfd.h15 #define PIDFD_CLONE CLONE_PIDFD macro
/linux-6.15/fs/
H A Dpidfs.c771 if (flags & PIDFD_CLONE) in pidfs_pid_valid()
880 BUILD_BUG_ON(PIDFD_CLONE == PIDFD_THREAD); in pidfs_alloc_file()
881 BUILD_BUG_ON(PIDFD_CLONE == PIDFD_NONBLOCK); in pidfs_alloc_file()
890 flags &= ~PIDFD_CLONE; in pidfs_alloc_file()
/linux-6.15/kernel/
H A Dfork.c2466 retval = __pidfd_prepare(pid, flags | PIDFD_CLONE, &pidfile); in copy_process()