Searched refs:do_clone_tests (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/containers/libclone/ |
D | libclone.c | 19 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()
|
D | libclone.h | 64 int do_clone_tests(unsigned long clone_flags,
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns03.c | 92 if (do_clone_tests(CLONE_NEWPID, child_func, NULL, NULL, NULL) == -1) in test()
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
D | mountns01.c | 92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
|
D | mountns02.c | 92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
|
D | mountns03.c | 105 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
|