Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_autoreap_test.c33 #ifndef CLONE_PIDFD_AUTOKILL
34 #define CLONE_PIDFD_AUTOKILL (1ULL << 36) macro
655 .flags = CLONE_PIDFD | CLONE_PIDFD_AUTOKILL | in create_autokill_child()
718 .flags = CLONE_PIDFD_AUTOKILL | CLONE_AUTOREAP, in TEST()
735 .flags = CLONE_PIDFD | CLONE_PIDFD_AUTOKILL, in TEST()
753 .flags = CLONE_PIDFD | CLONE_PIDFD_AUTOKILL | in TEST()
838 .flags = CLONE_PIDFD | CLONE_PIDFD_AUTOKILL | in TEST()
861 .flags = CLONE_PIDFD | CLONE_PIDFD_AUTOKILL | in TEST()
/linux/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.c2050 if (clone_flags & CLONE_PIDFD_AUTOKILL) { in copy_process()
2294 if (clone_flags & CLONE_PIDFD_AUTOKILL) in copy_process()
2947 CLONE_AUTOREAP | CLONE_NNP | CLONE_PIDFD_AUTOKILL)) in clone3_args_valid()