Searched refs:cg_test (Results 1 – 1 of 1) sorted by relevance
83 char *cg_test = NULL; in test_cgcore_destroy() local87 cg_test = cg_name(root, "cg_test"); in test_cgcore_destroy()89 if (!cg_test) in test_cgcore_destroy()93 if (cg_create(cg_test)) in test_cgcore_destroy()103 if (cg_wait_for_proc_count(cg_test, 1)) in test_cgcore_destroy()106 if (cg_killall(cg_test)) in test_cgcore_destroy()111 if (cg_read(cg_test, "cgroup.procs", buf, sizeof(buf))) in test_cgcore_destroy()118 if (rmdir(cg_test)) in test_cgcore_destroy()126 if (cg_test) in test_cgcore_destroy()127 cg_destroy(cg_test); in test_cgcore_destroy()[all …]