Home
last modified time | relevance | path

Searched refs:do_clone_unshare_test (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns_helper.h31 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWPID, dummy_child, NULL); in check_newpid()
/third_party/ltp/testcases/kernel/containers/sysvipc/
H A Dipcns_helper.h36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_newipc()
/third_party/ltp/testcases/kernel/containers/mountns/
H A Dmountns_helper.h36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWNS, dummy_child, NULL); in check_newns()
/third_party/ltp/testcases/kernel/containers/mqns/
H A Dmqns_helper.h51 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_mqns()
/third_party/ltp/testcases/kernel/containers/utsname/
H A Dutstest.c75 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 Duserns_helper.h35 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWUSER, dummy_child, NULL); in check_newuser()
/third_party/ltp/testcases/kernel/containers/libclone/
H A Dlibclone.h75 int do_clone_unshare_test(int use_clone, unsigned long clone_flags,
H A Dlibclone.c106 int do_clone_unshare_test(int use_clone, unsigned long clone_flags, in do_clone_unshare_test() function

Completed in 3 milliseconds