Searched refs:cg_name_indexed (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/tools/testing/selftests/cgroup/ |
D | test_kmem.c | 133 child = cg_name_indexed(parent, "child", i); in cg_run_in_subcgroups() 373 child = cg_name_indexed(parent, "child", i); in test_percpu_basic() 395 child = cg_name_indexed(parent, "child", i); in test_percpu_basic()
|
D | cgroup_util.h | 24 extern char *cg_name_indexed(const char *root, const char *name, int index);
|
D | test_cpu.c | 253 children[i].cgroup = cg_name_indexed(parent, "cpucg_child", i); in run_cpucg_weight_test() 453 leaf[i].cgroup = cg_name_indexed(ancestor, "cpucg_leaf", i); in run_cpucg_nested_weight_test()
|
D | cgroup_util.c | 65 char *cg_name_indexed(const char *root, const char *name, int index) in cg_name_indexed() function
|
D | test_memcontrol.c | 325 children[i] = cg_name_indexed(parent[1], "child_memcg", i); in test_memcg_protection()
|