Home
last modified time | relevance | path

Searched refs:CLONE_NEWIPC (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ltp/include/lapi/
Dnamespaces_constants.h9 #ifndef CLONE_NEWIPC
10 # define CLONE_NEWIPC 0x08000000 macro
/third_party/ltp/testcases/kernel/syscalls/setns/
Dsetns02.c143 test_flag(CLONE_NEWIPC, CLONE_NEWIPC, do_child_newipc); in test_all()
144 test_flag(CLONE_NEWIPC, 0, do_child_newipc); in test_all()
Dsetns.h46 init_ns_type(CLONE_NEWIPC, "ipc"); in init_available_ns()
/third_party/ltp/testcases/kernel/containers/sysvipc/
Dshmem_2nstest.c151 do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_shmem1, NULL); in main()
156 do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_shmem2, NULL); in main()
Dshm_comm.c125 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_shm, NULL); in test()
129 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_shm, NULL); in test()
Dmsg_comm.c136 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_msg, NULL); in test()
140 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_msg, NULL); in test()
Dsemtest_2ns.c198 ret = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_sem1, NULL); in main()
203 ret = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_sem2, NULL); in main()
Dsem_comm.c149 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_sem, NULL); in test()
153 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_sem, NULL); in test()
Dipcns_helper.h36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_newipc()
Dshmnstest.c116 r = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_shmid, NULL); in main()
Dsem_nstest.c125 do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_semaphore, in main()
Dmesgq_nstest.c143 ret = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_mesgq, NULL); in main()
/third_party/ltp/testcases/kernel/containers/share/
Dns_common.h32 {"ipc", CLONE_NEWIPC},
/third_party/ltp/testcases/kernel/containers/mqns/
Dmqns_helper.h51 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_mqns()
Dmqns_01.c117 r = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_mqueue, NULL); in main()
Dmqns_02.c142 r = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_mqueue, NULL); in main()
Dmqns_04.c127 rc = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_mqueue, NULL); in main()
Dmqns_03.c157 r = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_mqueue, NULL); in main()
/third_party/toybox/toys/other/
Dnsenter.c122 CLONE_NEWNS, CLONE_NEWIPC}, f = 0; in unshare_main()
/third_party/toybox/scripts/
Dgenconfig.sh39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h58 #define CLONE_NEWIPC 0x08000000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h58 #define CLONE_NEWIPC 0x08000000 macro
/third_party/musl/include/
Dsched.h71 #define CLONE_NEWIPC 0x08000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h58 #define CLONE_NEWIPC 0x08000000 macro
/third_party/musl/porting/linux/user/include/
Dsched.h72 #define CLONE_NEWIPC 0x08000000 macro

12