Searched refs:CLONE_NEWPID (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dpid_namespace.h79 if (flags & CLONE_NEWPID) copy_pid_ns()
/linux-4.4.14/include/uapi/linux/
H A Dsched.h29 #define CLONE_NEWPID 0x20000000 /* New pid namespace */ macro
/linux-4.4.14/kernel/
H A Dnsproxy.c131 CLONE_NEWPID | CLONE_NEWNET)))) { copy_namespaces()
183 CLONE_NEWNET | CLONE_NEWPID))) unshare_nsproxy_namespaces()
H A Dpid_namespace.c156 if (!(flags & CLONE_NEWPID)) copy_pid_ns()
393 .type = CLONE_NEWPID,
H A Dfork.c1291 if ((clone_flags & (CLONE_NEWUSER | CLONE_NEWPID)) || copy_process()
1885 CLONE_NEWUSER|CLONE_NEWPID)) check_unshare_flags()
/linux-4.4.14/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c33 #ifndef CLONE_NEWPID
34 # define CLONE_NEWPID 0x20000000 macro

Completed in 183 milliseconds