Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_core.c145 char *cg_test_c = NULL, *cg_test_d = NULL; in test_cgcore_populated() local
154 if (!cg_test_a || !cg_test_b || !cg_test_c || !cg_test_d) in test_cgcore_populated()
166 if (cg_create(cg_test_d)) in test_cgcore_populated()
200 cgroup_fd = dirfd_open_opath(cg_test_d); in test_cgcore_populated()
230 if (cg_test_d) { in test_cgcore_populated()
231 cg_destroy(cg_test_d); in test_cgcore_populated()
232 free(cg_test_d); in test_cgcore_populated()
233 cg_test_d = NULL; in test_cgcore_populated()
248 if (cg_test_d) in test_cgcore_populated()
249 cg_destroy(cg_test_d); in test_cgcore_populated()
[all …]