Home
last modified time | relevance | path

Searched refs:clone_into_cgroup_run_wait (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.h
H A Dtest_core.c318 if (!clone_into_cgroup_run_wait(child)) in test_cgcore_invalid_domain()
550 if (!clone_into_cgroup_run_wait(parent)) in test_cgcore_internal_process_constraint()
H A Dcgroup_util.c
/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h88 extern int clone_into_cgroup_run_wait(const char *cgroup);
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c562 int clone_into_cgroup_run_wait(const char *cgroup) in clone_into_cgroup_run_wait() function