Searched refs:do_clone_unshare_test (Results 1 - 8 of 8) sorted by relevance
/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/sysvipc/ |
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/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() 340 r = do_clone_unshare_test(use_clone, CLONE_NEWUTS, 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()
|
/third_party/ltp/testcases/kernel/containers/libclone/ |
H A D | libclone.h | 75 int do_clone_unshare_test(int use_clone, unsigned long clone_flags,
|
H A D | libclone.c | 106 int do_clone_unshare_test(int use_clone, unsigned long clone_flags, in do_clone_unshare_test() function
|
Completed in 3 milliseconds