HomeSort by relevance Sort by last modified time
    Searched refs:do_clone_tests (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/containers/libclone/
libclone.c 19 int do_clone_tests(unsigned long clone_flags, function
113 return do_clone_tests(clone_flags, fn1, arg1, NULL, NULL);
134 return do_clone_tests(clone_flags, fn1, arg1, fn2, arg2);
libclone.h 64 int do_clone_tests(unsigned long clone_flags,
  /external/ltp/testcases/kernel/containers/pidns/
pidns03.c 92 if (do_clone_tests(CLONE_NEWPID, child_func, NULL, NULL, NULL) == -1)
  /external/ltp/testcases/kernel/containers/mountns/
mountns01.c 92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1)
mountns02.c 92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1)
mountns03.c 105 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1)

Completed in 125 milliseconds