Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/cgroup/
Dtest_core.c122 cg_destroy(cg_test); in test_cgcore_destroy()
228 cg_destroy(cg_test_d); in test_cgcore_populated()
246 cg_destroy(cg_test_d); in test_cgcore_populated()
248 cg_destroy(cg_test_c); in test_cgcore_populated()
250 cg_destroy(cg_test_b); in test_cgcore_populated()
252 cg_destroy(cg_test_a); in test_cgcore_populated()
317 cg_destroy(child); in test_cgcore_invalid_domain()
319 cg_destroy(parent); in test_cgcore_invalid_domain()
321 cg_destroy(grandparent); in test_cgcore_invalid_domain()
358 cg_destroy(child); in test_cgcore_parent_becomes_threaded()
[all …]
Dtest_freezer.c168 cg_destroy(cgroup); in test_cgfreezer_simple()
330 cg_destroy(cgroup[i]); in test_cgfreezer_tree()
389 cg_destroy(cgroup); in test_cgfreezer_forkbomb()
439 cg_destroy(child); in test_cgfreezer_mkdir()
442 cg_destroy(parent); in test_cgfreezer_mkdir()
475 if (cg_destroy(child)) in test_cgfreezer_rmdir()
491 cg_destroy(child); in test_cgfreezer_rmdir()
494 cg_destroy(parent); in test_cgfreezer_rmdir()
572 cg_destroy(cgroup[0]); in test_cgfreezer_migrate()
575 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 …]
Dtest_kmem.c84 cg_destroy(cg); in test_kmem_basic()
138 cg_destroy(child); in cg_run_in_subcgroups()
144 cg_destroy(child); in cg_run_in_subcgroups()
149 cg_destroy(child); in cg_run_in_subcgroups()
210 cg_destroy(parent); in test_kmem_memcg_deletion()
297 cg_destroy(cg); in test_kmem_kernel_stacks()
343 cg_destroy(parent); in test_kmem_dead_cgroups()
396 cg_destroy(child); in test_percpu_basic()
401 cg_destroy(parent); in test_percpu_basic()
Dtest_kill.c93 cg_destroy(cgroup); in test_cgkill_simple()
197 cg_destroy(cgroup[i]); in test_cgkill_tree()
258 cg_destroy(cgroup); in test_cgkill_forkbomb()
Dcgroup_util.h24 extern int cg_destroy(const char *cgroup);
Dcgroup_util.c280 int cg_destroy(const char *cgroup) in cg_destroy() function