Searched refs:cg_wait_for_proc_count (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/cgroup/ | 
| D | test_freezer.c | 208 	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 …] 
 | 
| D | cgroup_util.h | 46 extern int cg_wait_for_proc_count(const char *cgroup, int count);
  | 
| D | cgroup_util.c | 208 int cg_wait_for_proc_count(const char *cgroup, int count)  in cg_wait_for_proc_count()  function
  |