Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dpid_namespace.c153 if (!(flags & CLONE_NEWPID)) in copy_pid_ns()
439 .type = CLONE_NEWPID,
450 .type = CLONE_NEWPID,
Dnsproxy.c141 CLONE_NEWPID | CLONE_NEWNET | in copy_namespaces()
195 CLONE_NEWNET | CLONE_NEWPID | CLONE_NEWCGROUP))) in unshare_nsproxy_namespaces()
Dfork.c1816 if ((clone_flags & (CLONE_NEWUSER | CLONE_NEWPID)) || in copy_process()
2737 CLONE_NEWUSER|CLONE_NEWPID|CLONE_NEWCGROUP)) in check_unshare_flags()
/Linux-v5.4/tools/testing/selftests/proc/
Dproc-loadavg-001.c31 if (unshare(CLONE_NEWPID) == -1) { in main()
/Linux-v5.4/include/uapi/linux/
Dsched.h32 #define CLONE_NEWPID 0x20000000 /* New pid namespace */ macro
/Linux-v5.4/tools/include/uapi/linux/
Dsched.h32 #define CLONE_NEWPID 0x20000000 /* New pid namespace */ macro
/Linux-v5.4/tools/testing/selftests/nsfs/
Dpidns.c50 pid = clone(child, ca.stack_ptr, CLONE_NEWUSER | CLONE_NEWPID | SIGCHLD, NULL); in main()
/Linux-v5.4/include/linux/
Dpid_namespace.h79 if (flags & CLONE_NEWPID) in copy_pid_ns()
/Linux-v5.4/tools/testing/selftests/mount/
Dunprivileged-remount-test.c34 #ifndef CLONE_NEWPID
35 # define CLONE_NEWPID 0x20000000 macro
/Linux-v5.4/tools/testing/selftests/pidfd/
Dpidfd_test.c140 ret = unshare(CLONE_NEWPID); in test_pidfd_send_signal_recycled_pid_fail()
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3343 ASSERT_EQ(unshare(CLONE_NEWUSER | CLONE_NEWPID), 0); in TEST()
3393 ASSERT_EQ(unshare(CLONE_NEWPID), 0); in TEST()
3408 ASSERT_EQ(unshare(CLONE_NEWPID), 0); in TEST()