Home
last modified time | relevance | path

Searched refs:cg_destroy (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/testing/selftests/cgroup/
Dtest_core.c82 cg_destroy(cg_test_d); in test_cgcore_populated()
84 cg_destroy(cg_test_c); in test_cgcore_populated()
86 cg_destroy(cg_test_b); in test_cgcore_populated()
88 cg_destroy(cg_test_a); in test_cgcore_populated()
141 cg_destroy(child); in test_cgcore_invalid_domain()
143 cg_destroy(parent); in test_cgcore_invalid_domain()
145 cg_destroy(grandparent); in test_cgcore_invalid_domain()
182 cg_destroy(child); in test_cgcore_parent_becomes_threaded()
184 cg_destroy(parent); in test_cgcore_parent_becomes_threaded()
235 cg_destroy(child); in test_cgcore_no_internal_process_constraint_on_threads()
[all …]
Dtest_freezer.c224 cg_destroy(cgroup); in test_cgfreezer_simple()
386 cg_destroy(cgroup[i]); in test_cgfreezer_tree()
445 cg_destroy(cgroup); in test_cgfreezer_forkbomb()
495 cg_destroy(child); in test_cgfreezer_mkdir()
498 cg_destroy(parent); in test_cgfreezer_mkdir()
531 if (cg_destroy(child)) in test_cgfreezer_rmdir()
547 cg_destroy(child); in test_cgfreezer_rmdir()
550 cg_destroy(parent); in test_cgfreezer_rmdir()
628 cg_destroy(cgroup[0]); in test_cgfreezer_migrate()
631 cg_destroy(cgroup[1]); in test_cgfreezer_migrate()
[all …]
Dtest_memcontrol.c72 cg_destroy(child2); in test_memcg_subtree_control()
74 cg_destroy(parent2); in test_memcg_subtree_control()
79 cg_destroy(child); in test_memcg_subtree_control()
81 cg_destroy(parent); in test_memcg_subtree_control()
183 cg_destroy(memcg); in test_memcg_current()
382 cg_destroy(children[i]); in test_memcg_min()
390 cg_destroy(parent[i]); in test_memcg_min()
541 cg_destroy(children[i]); in test_memcg_low()
549 cg_destroy(parent[i]); in test_memcg_low()
625 cg_destroy(memcg); in test_memcg_high()
[all …]
Dcgroup_util.h23 extern int cg_destroy(const char *cgroup);
Dcgroup_util.c257 int cg_destroy(const char *cgroup) in cg_destroy() function