Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/cgroup/
Dtest_freezer.c208 if (cg_wait_for_proc_count(cgroup, 100)) in test_cgfreezer_simple()
305 if (cg_wait_for_proc_count(cgroup[2], 1) || in test_cgfreezer_tree()
306 cg_wait_for_proc_count(cgroup[7], 1) || in test_cgfreezer_tree()
307 cg_wait_for_proc_count(cgroup[9], 3)) in test_cgfreezer_tree()
438 if (cg_wait_for_proc_count(cgroup, 0)) in test_cgfreezer_forkbomb()
482 if (cg_wait_for_proc_count(child, 1)) in test_cgfreezer_mkdir()
588 if (cg_wait_for_proc_count(cgroup[0], 1)) in test_cgfreezer_migrate()
657 if (cg_wait_for_proc_count(cgroup, 1)) in test_cgfreezer_ptrace()
735 if (cg_wait_for_proc_count(cgroup, 1)) in test_cgfreezer_stopped()
780 if (cg_wait_for_proc_count(cgroup, 1)) in test_cgfreezer_ptraced()
[all …]
Dcgroup_util.h46 extern int cg_wait_for_proc_count(const char *cgroup, int count);
Dcgroup_util.c208 int cg_wait_for_proc_count(const char *cgroup, int count) in cg_wait_for_proc_count() function