Lines Matching refs:cg_name
63 cgroup = cg_name(root, "cg_test_simple"); in test_cgkill_simple()
120 cgroup[0] = cg_name(root, "cg_test_tree_A"); in test_cgkill_tree()
124 cgroup[1] = cg_name(cgroup[0], "B"); in test_cgkill_tree()
128 cgroup[2] = cg_name(cgroup[1], "C"); in test_cgkill_tree()
132 cgroup[3] = cg_name(cgroup[1], "D"); in test_cgkill_tree()
136 cgroup[4] = cg_name(cgroup[0], "E"); in test_cgkill_tree()
140 cgroup[5] = cg_name(cgroup[4], "F"); in test_cgkill_tree()
144 cgroup[6] = cg_name(cgroup[5], "G"); in test_cgkill_tree()
148 cgroup[7] = cg_name(cgroup[6], "H"); in test_cgkill_tree()
152 cgroup[8] = cg_name(cgroup[0], "I"); in test_cgkill_tree()
156 cgroup[9] = cg_name(cgroup[0], "K"); in test_cgkill_tree()
228 cgroup = cg_name(root, "cg_forkbomb_test"); in test_cgkill_forkbomb()