Searched refs:T_CLONE (Results 1 - 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
H A D | common.h | 17 T_CLONE, enumerator 31 use_clone = T_CLONE; in get_clone_unshare_enum() 85 case T_CLONE: in clone_unshare_test()
|
H A D | shm_comm.c | 82 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_shm); in run() 83 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_shm); in run()
|
H A D | msg_comm.c | 90 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_msg); in run() 91 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_msg); in run()
|
H A D | sem_comm.c | 98 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_sem); in run() 99 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_sem); in run()
|
H A D | ipcns_helper.h | 36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_newipc()
|
/third_party/ltp/testcases/kernel/containers/libclone/ |
H A D | libclone.c | 112 case T_CLONE: in do_clone_unshare_test() 133 case T_CLONE: in do_clone_unshare_tests()
|
H A D | libclone.h | 34 #define T_CLONE 1 macro
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns_helper.h | 31 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWPID, dummy_child, NULL); in check_newpid()
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
H A D | mountns_helper.h | 36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWNS, dummy_child, NULL); in check_newns()
|
/third_party/ltp/testcases/kernel/containers/mqns/ |
H A D | mqns_helper.h | 51 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_mqns()
|
/third_party/ltp/testcases/kernel/containers/utsname/ |
H A D | utstest.c | 75 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWUTS, dummy_child, NULL); in check_newuts() 313 use_clone = T_CLONE; in main()
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns_helper.h | 35 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWUSER, dummy_child, NULL); in check_newuser()
|
Completed in 3 milliseconds