Searched refs:cg_test (Results 1 – 1 of 1) sorted by relevance
88 char *cg_test = NULL; in test_cgcore_destroy() local92 cg_test = cg_name(root, "cg_test"); in test_cgcore_destroy()94 if (!cg_test) in test_cgcore_destroy()98 if (cg_create(cg_test)) in test_cgcore_destroy()101 child_pid = cg_run_nowait(cg_test, alloc_and_touch_anon_noexit, in test_cgcore_destroy()108 if (cg_wait_for_proc_count(cg_test, 1)) in test_cgcore_destroy()111 if (cg_killall(cg_test)) in test_cgcore_destroy()116 if (cg_read(cg_test, "cgroup.procs", buf, sizeof(buf))) in test_cgcore_destroy()123 if (rmdir(cg_test)) in test_cgcore_destroy()131 if (cg_test) in test_cgcore_destroy()[all …]