/external/linux-kselftest/tools/testing/selftests/clone3/ |
D | clone3_set_tid.c | 221 test_clone3_set_tid(set_tid, 1, CLONE_NEWPID, -EINVAL, 0, 0); in main() 234 test_clone3_set_tid(set_tid, 1, CLONE_NEWPID, 0, 0, 0); in main() 243 test_clone3_set_tid(set_tid, 1, CLONE_NEWPID, -EINVAL, 0, 0); in main() 270 test_clone3_set_tid(set_tid, 1, CLONE_NEWPID, -EINVAL, 0, 0); in main() 279 test_clone3_set_tid(set_tid, 2, CLONE_NEWPID, 0, pid, 0); in main() 282 if (unshare(CLONE_NEWPID) == -1) in main() 314 test_clone3_set_tid(set_tid, 3, CLONE_NEWPID, -EINVAL, 0, 0); in main() 324 test_clone3_set_tid(set_tid, 4, CLONE_NEWPID, -EINVAL, 0, 0); in main() 330 test_clone3_set_tid(set_tid, 3, CLONE_NEWPID, 0, 42, true); in main()
|
D | clone3.c | 140 test_clone3(CLONE_NEWPID, 0, 0, CLONE3_ARGS_NO_TEST); in main() 178 test_clone3(CLONE_NEWPID, CLONE_ARGS_SIZE_VER0, 0, in main() 184 test_clone3(CLONE_NEWPID, CLONE_ARGS_SIZE_VER0 - 8, -EINVAL, in main() 189 test_clone3(CLONE_NEWPID, sizeof(struct __clone_args) + 8, 0, in main() 195 test_clone3(CLONE_NEWPID, getpagesize() + 8, -E2BIG, in main()
|
/external/strace/xlat/ |
D | setns_types.h | 41 #if defined(CLONE_NEWPID) || (defined(HAVE_DECL_CLONE_NEWPID) && HAVE_DECL_CLONE_NEWPID) 43 static_assert((CLONE_NEWPID) == (0x20000000), "CLONE_NEWPID != 0x20000000"); 46 # define CLONE_NEWPID 0x20000000 67 XLAT(CLONE_NEWPID),
|
D | clone_flags.h | 146 #if defined(CLONE_NEWPID) || (defined(HAVE_DECL_CLONE_NEWPID) && HAVE_DECL_CLONE_NEWPID) 148 static_assert((CLONE_NEWPID) == (0x20000000), "CLONE_NEWPID != 0x20000000"); 151 # define CLONE_NEWPID 0x20000000 198 XLAT(CLONE_NEWPID),
|
D | unshare_flags.h | 50 #if defined(CLONE_NEWPID) || (defined(HAVE_DECL_CLONE_NEWPID) && HAVE_DECL_CLONE_NEWPID) 51 XLAT(CLONE_NEWPID),
|
D | unshare_flags.in | 12 CLONE_NEWPID
|
D | setns_types.in | 7 CLONE_NEWPID 0x20000000
|
D | clone_flags.in | 21 CLONE_NEWPID 0x20000000
|
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns32.c | 34 cpid = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_func, 0); in child_func() 54 ret = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_func, 0); in run()
|
D | pidns05.c | 132 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWPID, in create_nested_container() 236 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, in main()
|
D | pidns_helper.h | 28 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWPID, dummy_child, NULL); in check_newpid()
|
D | pidns03.c | 50 ret = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_func, NULL); in run()
|
D | pidns12.c | 52 ret = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_func, NULL); in run()
|
D | pidns10.c | 99 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn, NULL)); in main()
|
D | pidns20.c | 76 ret = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_func, NULL); in run()
|
D | pidns06.c | 124 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, kill_pid_in_childfun, in main()
|
/external/ltp/include/lapi/ |
D | sched.h | 122 #ifndef CLONE_NEWPID 123 # define CLONE_NEWPID 0x20000000 macro
|
/external/linux-kselftest/tools/testing/selftests/pidfd/ |
D | pidfd_setns_test.c | 43 [PIDFD_NS_PID] = { "pid", CLONE_NEWPID, }, 180 CLONE_NEWUTS | CLONE_NEWPID | in FIXTURE_SETUP() 209 CLONE_NEWUTS | CLONE_NEWPID | in FIXTURE_SETUP() 399 if (info->flag == CLONE_NEWPID) in TEST_F() 435 if (info->flag == CLONE_NEWPID) in TEST_F() 480 if (info->flag == CLONE_NEWPID) in TEST_F()
|
/external/linux-kselftest/tools/testing/selftests/pid_namespace/ |
D | regression_enomem.c | 29 EXPECT_EQ(0, unshare(CLONE_NEWPID)); in TEST()
|
/external/ltp/testcases/kernel/containers/share/ |
D | ns_common.h | 22 {"pid", CLONE_NEWPID},
|
/external/linux-kselftest/tools/testing/selftests/proc/ |
D | proc-loadavg-001.c | 30 if (unshare(CLONE_NEWPID) == -1) { in main()
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_ns01.c | 78 if (ltp_clone(CLONE_NEWPID | SIGCHLD, &child, 0, in run()
|
/external/ltp/testcases/kernel/syscalls/setns/ |
D | setns.h | 49 init_ns_type(CLONE_NEWPID, "pid"); in init_available_ns()
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 32 #define CLONE_NEWPID 0x20000000 /* New pid namespace */ macro
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 34 #ifndef CLONE_NEWPID 35 # define CLONE_NEWPID 0x20000000 macro
|