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

/linux-master/tools/testing/selftests/bpf/
H A Dcgroup_helpers.h19 int get_root_cgroup(void);
H A Dcgroup_helpers.c358 * get_root_cgroup() - Get the FD of the root cgroup
363 int get_root_cgroup(void) function
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_hierarchical_stats.c128 root_cgroup_fd = get_root_cgroup();
129 if (!ASSERT_GE(root_cgroup_fd, 0, "get_root_cgroup"))

Completed in 112 milliseconds