Searched refs:cpucg (Results 1 – 1 of 1) sorted by relevance
189 char *cpucg; in test_cpucg_stats() local191 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() local580 if (!cpucg) in test_cpucg_max()583 if (cg_create(cpucg)) in test_cpucg_max()614 cg_destroy(cpucg); in test_cpucg_max()[all …]