Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/cgroup/
H A Dtest_core.c127 cg_destroy(cg_test); in test_cgcore_destroy()
322 cg_destroy(child); in test_cgcore_invalid_domain()
324 cg_destroy(parent); in test_cgcore_invalid_domain()
363 cg_destroy(child); in test_cgcore_parent_becomes_threaded()
416 cg_destroy(child); in test_cgcore_no_internal_process_constraint_on_threads()
451 cg_destroy(child); in test_cgcore_top_down_constraint_enable()
492 cg_destroy(child); in test_cgcore_top_down_constraint_disable()
533 cg_destroy(child); in test_cgcore_internal_process_constraint()
593 cg_destroy(dst); in test_cgcore_proc_migration()
595 cg_destroy(src); in test_cgcore_proc_migration()
[all …]
H A Dtest_freezer.c168 cg_destroy(cgroup); in test_cgfreezer_simple()
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()
635 cg_destroy(cgroup); in test_cgfreezer_ptrace()
701 cg_destroy(cgroup); in test_cgfreezer_stopped()
758 cg_destroy(cgroup); in test_cgfreezer_ptraced()
[all …]
H A Dtest_kmem.c88 cg_destroy(cg); in test_kmem_basic()
142 cg_destroy(child); in cg_run_in_subcgroups()
148 cg_destroy(child); in cg_run_in_subcgroups()
153 cg_destroy(child); in cg_run_in_subcgroups()
207 cg_destroy(parent); in test_kmem_memcg_deletion()
294 cg_destroy(cg); in test_kmem_kernel_stacks()
340 cg_destroy(parent); in test_kmem_dead_cgroups()
393 cg_destroy(child); in test_percpu_basic()
398 cg_destroy(parent); in test_percpu_basic()
H A Dtest_cpu.c86 cg_destroy(child); in test_cpucg_subtree_control()
88 cg_destroy(child2); in test_cpucg_subtree_control()
90 cg_destroy(parent); in test_cpucg_subtree_control()
92 cg_destroy(parent2); in test_cpucg_subtree_control()
227 cg_destroy(cpucg); in test_cpucg_stats()
300 cg_destroy(cpucg); in test_cpucg_nice()
369 cg_destroy(parent); in run_cpucg_weight_test()
593 cg_destroy(child); in run_cpucg_nested_weight_test()
595 cg_destroy(parent); in run_cpucg_nested_weight_test()
688 cg_destroy(cpucg); in test_cpucg_max()
[all …]
H A Dtest_zswap.c106 cg_destroy(group_name); in setup_test_group_1M()
151 cg_destroy(test_group); in test_zswap_usage()
206 cg_destroy(test_group); in test_swapin_nozswap()
246 cg_destroy(test_group); in test_zswapin()
392 cg_destroy(test_group_child); in test_zswap_writeback()
395 cg_destroy(test_group); in test_zswap_writeback()
449 cg_destroy(control_group); in test_no_invasive_cgroup_shrink()
452 cg_destroy(wb_group); in test_no_invasive_cgroup_shrink()
572 cg_destroy(test_group); in test_no_kmem_bypass()
H A Dtest_memcontrol.c76 cg_destroy(child2); in test_memcg_subtree_control()
78 cg_destroy(parent2); in test_memcg_subtree_control()
83 cg_destroy(child); in test_memcg_subtree_control()
85 cg_destroy(parent); in test_memcg_subtree_control()
304 cg_destroy(memcg); in test_memcg_current_peak()
650 cg_destroy(memcg); in test_memcg_high()
726 cg_destroy(memcg); in test_memcg_high_sync()
777 cg_destroy(memcg); in test_memcg_max()
891 cg_destroy(memcg); in test_memcg_reclaim()
1123 cg_destroy(memcg); in test_memcg_swap_max_peak()
[all …]
H A Dtest_cpuset.c137 cg_destroy(child_dst); in test_cpuset_perms_object()
141 cg_destroy(child_src); in test_cpuset_perms_object()
145 cg_destroy(parent); in test_cpuset_perms_object()
223 cg_destroy(child); in test_cpuset_perms_subtree()
227 cg_destroy(parent); in test_cpuset_perms_subtree()
H A Dtest_pids.c65 cg_destroy(cg_pids); in test_pids_max()
122 cg_destroy(cg_child); in test_pids_events()
124 cg_destroy(cg_parent); in test_pids_events()
H A 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()
H A Dcgroup_util.h29 extern int cg_destroy(const char *cgroup);
H A Dtest_hugetlb_memcg.c194 cg_destroy(test_group); in test_hugetlb_memcg()
H A Dcgroup_util.c309 int cg_destroy(const char *cgroup) in cg_destroy() function