Searched refs:CLONE_NNP (Results 1 – 3 of 3) sorted by relevance
29 #ifndef CLONE_NNP30 #define CLONE_NNP (1ULL << 35) macro535 .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()
40 #define CLONE_NNP (1ULL << 35) /* Set no_new_privs on child. */ macro
2045 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()