Searched refs:cg_test_a (Results 1 – 1 of 1) sorted by relevance
151 char *cg_test_a = NULL, *cg_test_b = NULL; in test_cgcore_populated() local159 cg_test_a = cg_name(root, "cg_test_a"); in test_cgcore_populated()164 if (!cg_test_a || !cg_test_b || !cg_test_c || !cg_test_d) in test_cgcore_populated()167 if (cg_create(cg_test_a)) in test_cgcore_populated()182 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 1\n")) in test_cgcore_populated()197 if (cg_read_strcmp(cg_test_a, "cgroup.events", "populated 0\n")) in test_cgcore_populated()264 if (cg_test_a) in test_cgcore_populated()265 cg_destroy(cg_test_a); in test_cgcore_populated()269 free(cg_test_a); in test_cgcore_populated()716 char *cg_test_a = NULL, *cg_test_b = NULL; in test_cgcore_lesser_euid_open() local[all …]