Searched refs:cg_wait_for_proc_count (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/tools/testing/selftests/cgroup/ |
D | test_freezer.c | 152 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 …]
|
D | test_kill.c | 73 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()
|
D | cgroup_util.h | 53 extern int cg_wait_for_proc_count(const char *cgroup, int count);
|
D | cgroup_util.c | 232 int cg_wait_for_proc_count(const char *cgroup, int count) in cg_wait_for_proc_count() function
|
D | test_core.c | 101 if (cg_wait_for_proc_count(cg_test, 1)) in test_cgcore_destroy()
|