Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_core.c93 if (cg_create(cg_test)) in test_cgcore_destroy()
159 if (cg_create(cg_test_a)) in test_cgcore_populated()
162 if (cg_create(cg_test_b)) in test_cgcore_populated()
165 if (cg_create(cg_test_c)) in test_cgcore_populated()
168 if (cg_create(cg_test_d)) in test_cgcore_populated()
286 if (cg_create(grandparent)) in test_cgcore_invalid_domain()
289 if (cg_create(parent)) in test_cgcore_invalid_domain()
292 if (cg_create(child)) in test_cgcore_invalid_domain()
347 if (cg_create(parent)) in test_cgcore_parent_becomes_threaded()
350 if (cg_create(chil in test_cgcore_parent_becomes_threaded()
[all...]
H A Dtest_freezer.c146 if (cg_create(cgroup)) in test_cgfreezer_simple()
235 if (cg_create(cgroup[i])) in test_cgfreezer_tree()
369 if (cg_create(cgroup)) in test_cgfreezer_forkbomb()
413 if (cg_create(parent)) in test_cgfreezer_mkdir()
419 if (cg_create(child)) in test_cgfreezer_mkdir()
466 if (cg_create(parent)) in test_cgfreezer_rmdir()
469 if (cg_create(child)) in test_cgfreezer_rmdir()
481 if (cg_create(child)) in test_cgfreezer_rmdir()
522 if (cg_create(cgroup[0])) in test_cgfreezer_migrate()
525 if (cg_create(cgroup[1])) in test_cgfreezer_migrate()
[all …]
H A Dtest_cpu.c48 if (cg_create(parent)) in test_cpucg_subtree_control()
58 if (cg_create(child)) in test_cpucg_subtree_control()
69 if (cg_create(parent2)) in test_cpucg_subtree_control()
76 if (cg_create(child2)) in test_cpucg_subtree_control()
195 if (cg_create(cpucg)) in test_cpucg_stats()
246 if (cg_create(parent)) in run_cpucg_weight_test()
257 if (cg_create(children[i].cgroup)) in run_cpucg_weight_test()
430 if (cg_create(parent)) in run_cpucg_nested_weight_test()
435 if (cg_create(child)) in run_cpucg_nested_weight_test()
457 if (cg_create(lea in run_cpucg_nested_weight_test()
[all...]
H A Dtest_memcontrol.c43 if (cg_create(parent)) in test_memcg_subtree_control()
49 if (cg_create(child)) in test_memcg_subtree_control()
61 if (cg_create(parent2)) in test_memcg_subtree_control()
64 if (cg_create(child2)) in test_memcg_subtree_control()
179 if (cg_create(memcg)) in test_memcg_current_peak()
427 if (cg_create(parent[0])) in test_memcg_protection()
446 if (cg_create(parent[1])) in test_memcg_protection()
452 if (cg_create(parent[2])) in test_memcg_protection()
460 if (cg_create(children[i])) in test_memcg_protection()
622 if (cg_create(memcg)) in test_memcg_high()
[all …]
H A Dtest_kmem.c62 if (cg_create(cg)) in test_kmem_basic()
141 if (cg_create(child)) { in cg_run_in_subcgroups()
177 if (cg_create(parent)) in test_kmem_memcg_deletion()
286 if (cg_create(cg)) in test_kmem_kernel_stacks()
316 if (cg_create(parent)) in test_kmem_dead_cgroups()
363 if (cg_create(parent)) in test_percpu_basic()
374 if (cg_create(child)) in test_percpu_basic()
H A Dtest_cpuset.c79 if (cg_create(parent)) in test_cpuset_perms_object()
88 if (cg_create(child_src)) in test_cpuset_perms_object()
97 if (cg_create(child_dst)) in test_cpuset_perms_object()
184 if (cg_create(parent)) in test_cpuset_perms_subtree()
193 if (cg_create(child)) in test_cpuset_perms_subtree()
H A Dtest_zswap.c103 if (cg_create(group_name)) in setup_test_group_1M()
127 if (cg_create(test_group)) in test_zswap_usage()
169 if (cg_create(test_group)) in test_swapin_nozswap()
221 if (cg_create(test_group)) in test_zswapin()
361 if (cg_create(test_group)) in test_zswap_writeback()
380 if (cg_create(test_group_child)) in test_zswap_writeback()
532 if (cg_create(test_group)) in test_no_kmem_bypass()
H A Dtest_pids.c39 if (cg_create(cg_pids)) in test_pids_max()
85 if (cg_create(cg_parent)) in test_pids_events()
89 if (cg_create(cg_child)) in test_pids_events()
H A Dtest_kill.c67 if (cg_create(cgroup)) in test_cgkill_simple()
161 if (cg_create(cgroup[i])) in test_cgkill_tree()
232 if (cg_create(cgroup)) in test_cgkill_forkbomb()
H A Dcgroup_util.h28 extern int cg_create(const char *cgroup);
H A Dtest_hugetlb_memcg.c175 if (!test_group || cg_create(test_group)) { in test_hugetlb_memcg()
H A Dcgroup_util.c251 int cg_create(const char *cgroup) in cg_create() function