Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpu.c189 char *cpucg; in test_cpucg_stats() local
191 cpucg = cg_name(root, "cpucg_test"); in test_cpucg_stats()
192 if (!cpucg) in test_cpucg_stats()
195 if (cg_create(cpucg)) in test_cpucg_stats()
226 cg_destroy(cpucg); in test_cpucg_stats()
227 free(cpucg); in test_cpucg_stats()
577 char *cpucg; in test_cpucg_max() local
580 if (!cpucg) in test_cpucg_max()
583 if (cg_create(cpucg)) in test_cpucg_max()
614 cg_destroy(cpucg); in test_cpucg_max()
[all …]