Home
last modified time | relevance | path

Searched refs:do_clone_tests (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/containers/libclone/
Dlibclone.c19 int do_clone_tests(unsigned long clone_flags, in do_clone_tests() function
113 return do_clone_tests(clone_flags, fn1, arg1, NULL, NULL); in do_clone_unshare_test()
134 return do_clone_tests(clone_flags, fn1, arg1, fn2, arg2); in do_clone_unshare_tests()
Dlibclone.h64 int do_clone_tests(unsigned long clone_flags,
/external/ltp/testcases/kernel/containers/pidns/
Dpidns03.c92 if (do_clone_tests(CLONE_NEWPID, child_func, NULL, NULL, NULL) == -1) in test()
/external/ltp/testcases/kernel/containers/mountns/
Dmountns01.c92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
Dmountns02.c92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
Dmountns03.c105 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()