Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/cgroup/
H A Dtest_core.c147 char *cg_test_c = NULL, *cg_test_d = NULL; in test_cgcore_populated() local
156 if (!cg_test_a || !cg_test_b || !cg_test_c || !cg_test_d) in test_cgcore_populated()
168 if (cg_create(cg_test_d)) in test_cgcore_populated()
202 cgroup_fd = dirfd_open_opath(cg_test_d); in test_cgcore_populated()
232 if (cg_test_d) { in test_cgcore_populated()
233 cg_destroy(cg_test_d); in test_cgcore_populated()
234 free(cg_test_d); in test_cgcore_populated()
235 cg_test_d = NULL; in test_cgcore_populated()
250 if (cg_test_d) in test_cgcore_populated()
251 cg_destroy(cg_test_d); in test_cgcore_populated()
[all …]