Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h41 #define CLONE_PIDFD_AUTOKILL (1ULL << 36) /* Kill child when clone pidfd closes. */ macro
/linux/kernel/
H A Dfork.c2053 if (clone_flags & CLONE_PIDFD_AUTOKILL) { in copy_process()
2298 if (clone_flags & CLONE_PIDFD_AUTOKILL) in copy_process()
2968 CLONE_PIDFD_AUTOKILL | CLONE_EMPTY_MNTNS)) in clone3_args_valid()