Lines Matching refs:root
56 static int test_cgkill_simple(const char *root)
63 cgroup = cg_name(root, "cg_test_simple");
113 static int test_cgkill_tree(const char *root)
120 cgroup[0] = cg_name(root, "cg_test_tree_A");
222 static int test_cgkill_forkbomb(const char *root)
228 cgroup = cg_name(root, "cg_forkbomb_test");
265 int (*fn)(const char *root);
276 char root[PATH_MAX];
279 if (cg_find_unified_root(root, sizeof(root)))
282 switch (tests[i].fn(root)) {