Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/cgroup/
Dtest_core.c91 if (cg_create(cg_test)) in test_cgcore_destroy()
157 if (cg_create(cg_test_a)) in test_cgcore_populated()
160 if (cg_create(cg_test_b)) in test_cgcore_populated()
163 if (cg_create(cg_test_c)) in test_cgcore_populated()
166 if (cg_create(cg_test_d)) in test_cgcore_populated()
284 if (cg_create(grandparent)) in test_cgcore_invalid_domain()
287 if (cg_create(parent)) in test_cgcore_invalid_domain()
290 if (cg_create(child)) in test_cgcore_invalid_domain()
345 if (cg_create(parent)) in test_cgcore_parent_becomes_threaded()
348 if (cg_create(child)) in test_cgcore_parent_becomes_threaded()
[all …]
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 …]
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(leaf[i].cgroup)) in run_cpucg_nested_weight_test()
[all …]
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()
176 if (cg_create(memcg)) in test_memcg_current()
315 if (cg_create(parent[0])) in test_memcg_protection()
334 if (cg_create(parent[1])) in test_memcg_protection()
340 if (cg_create(parent[2])) in test_memcg_protection()
348 if (cg_create(children[i])) in test_memcg_protection()
510 if (cg_create(memcg)) in test_memcg_high()
[all …]
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()
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()
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()
Dtest_zswap.c89 if (cg_create(test_group)) in test_no_invasive_cgroup_shrink()
188 if (cg_create(test_group)) in test_no_kmem_bypass()
Dcgroup_util.h28 extern int cg_create(const char *cgroup);
Dcgroup_util.c227 int cg_create(const char *cgroup) in cg_create() function