Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/cgroup/
Dtest_freezer.c152 if (cg_wait_for_proc_count(cgroup, 100)) in test_cgfreezer_simple()
249 if (cg_wait_for_proc_count(cgroup[2], 1) || in test_cgfreezer_tree()
250 cg_wait_for_proc_count(cgroup[7], 1) || in test_cgfreezer_tree()
251 cg_wait_for_proc_count(cgroup[9], 3)) in test_cgfreezer_tree()
382 if (cg_wait_for_proc_count(cgroup, 0)) in test_cgfreezer_forkbomb()
426 if (cg_wait_for_proc_count(child, 1)) in test_cgfreezer_mkdir()
532 if (cg_wait_for_proc_count(cgroup[0], 1)) in test_cgfreezer_migrate()
601 if (cg_wait_for_proc_count(cgroup, 1)) in test_cgfreezer_ptrace()
679 if (cg_wait_for_proc_count(cgroup, 1)) in test_cgfreezer_stopped()
724 if (cg_wait_for_proc_count(cgroup, 1)) in test_cgfreezer_ptraced()
[all …]
Dtest_kill.c73 if (cg_wait_for_proc_count(cgroup, 100)) in test_cgkill_simple()
175 if (cg_wait_for_proc_count(cgroup[2], 1) || in test_cgkill_tree()
176 cg_wait_for_proc_count(cgroup[7], 1) || in test_cgkill_tree()
177 cg_wait_for_proc_count(cgroup[9], 3)) in test_cgkill_tree()
244 if (cg_wait_for_proc_count(cgroup, 0)) in test_cgkill_forkbomb()
Dcgroup_util.h53 extern int cg_wait_for_proc_count(const char *cgroup, int count);
Dcgroup_util.c232 int cg_wait_for_proc_count(const char *cgroup, int count) in cg_wait_for_proc_count() function
Dtest_core.c101 if (cg_wait_for_proc_count(cg_test, 1)) in test_cgcore_destroy()