Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_core.c146 char *cg_test_a = NULL, *cg_test_b = NULL; in test_cgcore_populated() local
152 cg_test_b = cg_name(root, "cg_test_a/cg_test_b"); in test_cgcore_populated()
156 if (!cg_test_a || !cg_test_b || !cg_test_c || !cg_test_d) in test_cgcore_populated()
162 if (cg_create(cg_test_b)) in test_cgcore_populated()
177 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 1\n")) in test_cgcore_populated()
192 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 0\n")) in test_cgcore_populated()
254 if (cg_test_b) in test_cgcore_populated()
255 cg_destroy(cg_test_b); in test_cgcore_populated()
260 free(cg_test_b); in test_cgcore_populated()
690 char *cg_test_a = NULL, *cg_test_b = NULL; in test_cgcore_lesser_euid_open() local
[all …]