Searched refs:cg_name_indexed (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_kmem.c | 138 child = cg_name_indexed(parent, "child", i); in cg_run_in_subcgroups() 370 child = cg_name_indexed(parent, "child", i); in test_percpu_basic() 396 child = cg_name_indexed(parent, "child", i); in test_percpu_basic()
|
| H A D | cgroup_util.h | |
| H A D | test_cpu.c | 328 children[i].cgroup = cg_name_indexed(parent, "cpucg_child", i); in run_cpucg_weight_test() 528 leaf[i].cgroup = cg_name_indexed(ancestor, "cpucg_leaf", i); in run_cpucg_nested_weight_test()
|
| H A D | cgroup_util.c | |
| H A D | test_memcontrol.c | 538 children[i] = cg_name_indexed(parent[1], "child_memcg", i); in test_memcg_protection()
|
| /linux/tools/testing/selftests/cgroup/lib/include/ |
| H A D | cgroup_util.h | 56 extern char *cg_name_indexed(const char *root, const char *name, int index);
|
| /linux/tools/testing/selftests/cgroup/lib/ |
| H A D | cgroup_util.c | 67 char *cg_name_indexed(const char *root, const char *name, int index) in cg_name_indexed() function
|