Searched refs:CLONE_NEWPID (Results 1 – 9 of 9) sorted by relevance
29 #define CLONE_NEWPID 0x20000000 /* New pid namespace */ macro
152 if (!(flags & CLONE_NEWPID)) in copy_pid_ns()439 .type = CLONE_NEWPID,450 .type = CLONE_NEWPID,
145 CLONE_NEWPID | CLONE_NEWNET | in copy_namespaces()199 CLONE_NEWNET | CLONE_NEWPID | CLONE_NEWCGROUP))) in unshare_nsproxy_namespaces()
1682 if ((clone_flags & (CLONE_NEWUSER | CLONE_NEWPID)) || in copy_process()2368 CLONE_NEWUSER|CLONE_NEWPID|CLONE_NEWCGROUP)) in check_unshare_flags()
31 if (unshare(CLONE_NEWPID) == -1) { in main()
50 pid = clone(child, ca.stack_ptr, CLONE_NEWUSER | CLONE_NEWPID | SIGCHLD, NULL); in main()
79 if (flags & CLONE_NEWPID) in copy_pid_ns()
34 #ifndef CLONE_NEWPID35 # define CLONE_NEWPID 0x20000000 macro