Home
last modified time | relevance | path

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

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