Home
last modified time | relevance | path

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

/Linux-v6.1/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_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()
171 if (cg_create(memcg)) in test_memcg_current()
296 if (cg_create(parent[0])) in test_memcg_protection()
315 if (cg_create(parent[1])) in test_memcg_protection()
321 if (cg_create(parent[2])) in test_memcg_protection()
329 if (cg_create(children[i])) in test_memcg_protection()
487 if (cg_create(memcg)) in test_memcg_high()
[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_kmem.c62 if (cg_create(cg)) in test_kmem_basic()
137 if (cg_create(child)) { in cg_run_in_subcgroups()
173 if (cg_create(parent)) in test_kmem_memcg_deletion()
289 if (cg_create(cg)) in test_kmem_kernel_stacks()
319 if (cg_create(parent)) in test_kmem_dead_cgroups()
366 if (cg_create(parent)) in test_percpu_basic()
377 if (cg_create(child)) in test_percpu_basic()
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()
Dcgroup_util.h26 extern int cg_create(const char *cgroup);
Dcgroup_util.c227 int cg_create(const char *cgroup) in cg_create() function