| /tools/testing/selftests/cgroup/ |
| A D | test_kill.c | 63 cgroup = cg_name(root, "cg_test_simple"); in test_cgkill_simple() 120 cgroup[0] = cg_name(root, "cg_test_tree_A"); in test_cgkill_tree() 124 cgroup[1] = cg_name(cgroup[0], "B"); in test_cgkill_tree() 128 cgroup[2] = cg_name(cgroup[1], "C"); in test_cgkill_tree() 132 cgroup[3] = cg_name(cgroup[1], "D"); in test_cgkill_tree() 136 cgroup[4] = cg_name(cgroup[0], "E"); in test_cgkill_tree() 140 cgroup[5] = cg_name(cgroup[4], "F"); in test_cgkill_tree() 144 cgroup[6] = cg_name(cgroup[5], "G"); in test_cgkill_tree() 148 cgroup[7] = cg_name(cgroup[6], "H"); in test_cgkill_tree() 152 cgroup[8] = cg_name(cgroup[0], "I"); in test_cgkill_tree() [all …]
|
| A D | test_core.c | 92 cg_test = cg_name(root, "cg_test"); in test_cgcore_destroy() 159 cg_test_a = cg_name(root, "cg_test_a"); in test_cgcore_populated() 356 parent = cg_name(root, "cg_test_parent"); in test_cgcore_parent_becomes_threaded() 402 parent = cg_name(root, "cg_test_parent"); in test_cgcore_no_internal_process_constraint_on_threads() 581 src = cg_name(root, "cg_src"); in test_cgcore_proc_migration() 582 dst = cg_name(root, "cg_dst"); in test_cgcore_proc_migration() 656 dom = cg_name(root, "cg_dom"); in test_cgcore_thread_migration() 721 cg_test_a = cg_name(root, "cg_test_a"); in test_cgcore_lesser_euid_open() 722 cg_test_b = cg_name(root, "cg_test_b"); in test_cgcore_lesser_euid_open() 809 cg_test_a = cg_name(root, "cg_test_a"); in test_cgcore_lesser_ns_open() [all …]
|
| A D | test_cpuset.c | 73 parent = cg_name(root, "cpuset_test_0"); in test_cpuset_perms_object() 76 parent_procs = cg_name(parent, "cgroup.procs"); in test_cpuset_perms_object() 82 child_src = cg_name(parent, "cpuset_test_1"); in test_cpuset_perms_object() 85 child_src_procs = cg_name(child_src, "cgroup.procs"); in test_cpuset_perms_object() 91 child_dst = cg_name(parent, "cpuset_test_2"); in test_cpuset_perms_object() 94 child_dst_procs = cg_name(child_dst, "cgroup.procs"); in test_cpuset_perms_object() 175 parent = cg_name(root, "cpuset_test_0"); in test_cpuset_perms_subtree() 178 parent_procs = cg_name(parent, "cgroup.procs"); in test_cpuset_perms_subtree() 181 parent_subctl = cg_name(parent, "cgroup.subtree_control"); in test_cpuset_perms_subtree() 187 child = cg_name(parent, "cpuset_test_1"); in test_cpuset_perms_subtree() [all …]
|
| A D | test_freezer.c | 142 cgroup = cg_name(root, "cg_test_simple"); in test_cgfreezer_simple() 198 cgroup[1] = cg_name(cgroup[0], "B"); in test_cgfreezer_tree() 202 cgroup[2] = cg_name(cgroup[1], "C"); in test_cgfreezer_tree() 206 cgroup[3] = cg_name(cgroup[1], "D"); in test_cgfreezer_tree() 210 cgroup[4] = cg_name(cgroup[0], "E"); in test_cgfreezer_tree() 214 cgroup[5] = cg_name(cgroup[4], "F"); in test_cgfreezer_tree() 218 cgroup[6] = cg_name(cgroup[5], "G"); in test_cgfreezer_tree() 222 cgroup[7] = cg_name(cgroup[6], "H"); in test_cgfreezer_tree() 226 cgroup[8] = cg_name(cgroup[0], "I"); in test_cgfreezer_tree() 230 cgroup[9] = cg_name(cgroup[0], "K"); in test_cgfreezer_tree() [all …]
|
| A D | test_cpu.c | 46 parent = cg_name(root, "cpucg_test_0"); in test_cpucg_subtree_control() 56 child = cg_name(parent, "cpucg_test_child"); in test_cpucg_subtree_control() 67 parent2 = cg_name(root, "cpucg_test_1"); in test_cpucg_subtree_control() 193 cpucg = cg_name(root, "cpucg_test"); in test_cpucg_stats() 248 cpucg = cg_name(root, "cpucg_test"); in test_cpucg_nice() 317 parent = cg_name(root, "cpucg_test_0"); in run_cpucg_weight_test() 500 parent = cg_name(root, "cpucg_test"); in run_cpucg_nested_weight_test() 501 child = cg_name(parent, "cpucg_child"); in run_cpucg_nested_weight_test() 660 cpucg = cg_name(root, "cpucg_test"); in test_cpucg_max() 724 parent = cg_name(root, "cpucg_parent"); in test_cpucg_max_nested() [all …]
|
| A D | test_pids.c | 35 cg_pids = cg_name(root, "pids_test"); in test_pids_max() 80 cg_parent = cg_name(root, "pids_parent"); in test_pids_events() 81 cg_child = cg_name(cg_parent, "pids_child"); in test_pids_events()
|
| A D | test_memcontrol.c | 116 parent = cg_name(root, "memcg_test_0"); in test_memcg_subtree_control() 134 parent2 = cg_name(root, "memcg_test_1"); in test_memcg_subtree_control() 253 memcg = cg_name(root, "memcg_test"); in test_memcg_current_peak() 706 memcg = cg_name(root, "memcg_test"); in test_memcg_high() 770 memcg = cg_name(root, "memcg_test"); in test_memcg_high_sync() 831 memcg = cg_name(root, "memcg_test"); in test_memcg_max() 925 memcg = cg_name(root, "memcg_test"); in test_memcg_reclaim() 1037 memcg = cg_name(root, "memcg_test"); in test_memcg_swap_max_peak() 1227 memcg = cg_name(root, "memcg_test"); in test_memcg_oom_events() 1388 memcg = cg_name(root, "memcg_test"); in test_memcg_sock() [all …]
|
| A D | test_zswap.c | 99 char *group_name = cg_name(root, name); in setup_test_group_1M() 124 test_group = cg_name(root, "no_shrink_test"); in test_zswap_usage() 166 test_group = cg_name(root, "no_zswap_test"); in test_swapin_nozswap() 218 test_group = cg_name(root, "zswapin_test"); in test_zswapin() 358 test_group = cg_name(root, "zswap_writeback_test"); in test_zswap_writeback() 377 test_group_child = cg_name(test_group, "zswap_writeback_test_child"); in test_zswap_writeback() 526 test_group = cg_name(root, "kmem_bypass_test"); in test_no_kmem_bypass()
|
| A D | test_kmem.c | 58 cg = cg_name(root, "kmem_basic_test"); in test_kmem_basic() 173 parent = cg_name(root, "kmem_memcg_deletion_test"); in test_kmem_memcg_deletion() 282 cg = cg_name(root, "kmem_kernel_stacks_test"); in test_kmem_kernel_stacks() 313 parent = cg_name(root, "kmem_dead_cgroups_test"); in test_kmem_dead_cgroups() 362 parent = cg_name(root, "percpu_basic_test"); in test_percpu_basic()
|
| A D | test_hugetlb_memcg.c | 174 test_group = cg_name(root, "hugetlb_memcg_test"); in test_hugetlb_memcg()
|
| /tools/testing/selftests/cgroup/lib/include/ |
| A D | cgroup_util.h | 33 extern char *cg_name(const char *root, const char *name);
|
| /tools/testing/selftests/kvm/ |
| A D | access_tracking_perf_test.c | 575 new_cg = cg_name(cgroup_root, TEST_MEMCG_NAME); in main()
|
| /tools/testing/selftests/cgroup/lib/ |
| A D | cgroup_util.c | 57 char *cg_name(const char *root, const char *name) in cg_name() function
|