Searched refs:root_cgroup_fd (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_hierarchical_stats.c67 static int root_cgroup_fd; variable
128 root_cgroup_fd = get_root_cgroup();
129 if (!ASSERT_GE(root_cgroup_fd, 0, "get_root_cgroup"))
130 return root_cgroup_fd;
145 close(root_cgroup_fd);
294 err = setup_cgroup_iter(*skel, root_cgroup_fd, CG_ROOT_NAME);

Completed in 105 milliseconds