Searched refs:cg_wait_for_proc_count (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/cgroup/ |
H A 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 …]
|
H A 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()
|
H A D | cgroup_util.h | 57 extern int cg_wait_for_proc_count(const char *cgroup, int count);
|
H A D | test_cpuset.c | 24 cg_wait_for_proc_count(cgroup, 1)) in do_migration_fn()
|
H A D | cgroup_util.c | 256 int cg_wait_for_proc_count(const char *cgroup, int count) in cg_wait_for_proc_count() function
|
H A D | test_core.c | 103 if (cg_wait_for_proc_count(cg_test, 1)) in test_cgcore_destroy()
|