Searched refs:cg_wait_for_proc_count (Results 1 – 3 of 3) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/cgroup/ |
D | test_freezer.c | 209 if (cg_wait_for_proc_count(cgroup, 100)) in test_cgfreezer_simple() 306 if (cg_wait_for_proc_count(cgroup[2], 1) || in test_cgfreezer_tree() 307 cg_wait_for_proc_count(cgroup[7], 1) || in test_cgfreezer_tree() 308 cg_wait_for_proc_count(cgroup[9], 3)) in test_cgfreezer_tree() 439 if (cg_wait_for_proc_count(cgroup, 0)) in test_cgfreezer_forkbomb() 483 if (cg_wait_for_proc_count(child, 1)) in test_cgfreezer_mkdir() 589 if (cg_wait_for_proc_count(cgroup[0], 1)) in test_cgfreezer_migrate() 658 if (cg_wait_for_proc_count(cgroup, 1)) in test_cgfreezer_ptrace() 736 if (cg_wait_for_proc_count(cgroup, 1)) in test_cgfreezer_stopped() 781 if (cg_wait_for_proc_count(cgroup, 1)) in test_cgfreezer_ptraced() [all …]
|
D | cgroup_util.h | 49 extern int cg_wait_for_proc_count(const char *cgroup, int count);
|
D | cgroup_util.c | 224 int cg_wait_for_proc_count(const char *cgroup, int count) in cg_wait_for_proc_count() function
|