Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_autoreap_test.c29 #ifndef CLONE_NNP
30 #define CLONE_NNP (1ULL << 35) macro
535 .flags = CLONE_PIDFD | CLONE_AUTOREAP | CLONE_NNP, in TEST()
596 .flags = CLONE_NNP | CLONE_THREAD | in TEST()
656 CLONE_AUTOREAP | CLONE_NNP, in create_autokill_child()
/linux/include/uapi/linux/
H A Dsched.h40 #define CLONE_NNP (1ULL << 35) /* Set no_new_privs on child. */ macro
/linux/kernel/
H A Dfork.c2045 if (clone_flags & CLONE_NNP) { in copy_process()
2063 if (!(clone_flags & CLONE_NNP) && in copy_process()
2457 if (clone_flags & CLONE_NNP) in copy_process()
2947 CLONE_AUTOREAP | CLONE_NNP | CLONE_PIDFD_AUTOKILL)) in clone3_args_valid()