Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_core.c151 char *cg_test_a = NULL, *cg_test_b = NULL; in test_cgcore_populated() local
160 cg_test_b = cg_name(root, "cg_test_a/cg_test_b"); in test_cgcore_populated()
164 if (!cg_test_a || !cg_test_b || !cg_test_c || !cg_test_d) in test_cgcore_populated()
170 if (cg_create(cg_test_b)) in test_cgcore_populated()
185 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 1\n")) in test_cgcore_populated()
200 if (cg_read_strcmp(cg_test_b, "cgroup.events", "populated 0\n")) in test_cgcore_populated()
262 if (cg_test_b) in test_cgcore_populated()
263 cg_destroy(cg_test_b); in test_cgcore_populated()
268 free(cg_test_b); in test_cgcore_populated()
716 char *cg_test_a = NULL, *cg_test_b = NULL; in test_cgcore_lesser_euid_open() local
[all …]