Home
last modified time | relevance | path

Searched refs:parent_cgroup_fd (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c88 static void test_egress_only(int parent_cgroup_fd, int child_cgroup_fd) in test_egress_only() argument
108 parent_cgroup_fd); in test_egress_only()
158 static void test_isolated(int parent_cgroup_fd, int child_cgroup_fd) in test_isolated() argument
178 parent_cgroup_fd); in test_isolated()
182 parent_cgroup_fd); in test_isolated()
186 parent_cgroup_fd); in test_isolated()
271 static void test_shared(int parent_cgroup_fd, int child_cgroup_fd) in test_shared() argument
291 parent_cgroup_fd); in test_shared()
295 parent_cgroup_fd); in test_shared()
299 parent_cgroup_fd); in test_shared()
[all …]
H A Dcgroup_xattr.c26 int tmp_fd, parent_cgroup_fd = -1, child_cgroup_fd = -1; in test_read_cgroup_xattr() local
29 parent_cgroup_fd = test__join_cgroup(CGROUP_FS_PARENT); in test_read_cgroup_xattr()
30 if (!ASSERT_OK_FD(parent_cgroup_fd, "create parent cgroup")) in test_read_cgroup_xattr()
61 close(parent_cgroup_fd); in test_read_cgroup_xattr()