Searched refs:child_cgroup_fd (Results 1 – 2 of 2) sorted by relevance
88 static void test_egress_only(int parent_cgroup_fd, int child_cgroup_fd) in test_egress_only() argument131 child_cgroup_fd); in test_egress_only()158 static void test_isolated(int parent_cgroup_fd, int child_cgroup_fd) in test_isolated() argument220 child_cgroup_fd); in test_isolated()224 child_cgroup_fd); in test_isolated()228 child_cgroup_fd); in test_isolated()271 static void test_shared(int parent_cgroup_fd, int child_cgroup_fd) in test_shared() argument325 child_cgroup_fd); in test_shared()329 child_cgroup_fd); in test_shared()333 child_cgroup_fd); in test_shared()[all …]
26 int tmp_fd, parent_cgroup_fd = -1, child_cgroup_fd = -1; in test_read_cgroup_xattr() local 36 child_cgroup_fd = test__join_cgroup(CGROUP_FS_CHILD); in test_read_cgroup_xattr() 37 if (!ASSERT_OK_FD(child_cgroup_fd, "create child cgroup")) in test_read_cgroup_xattr() 60 close(child_cgroup_fd); in test_read_cgroup_xattr()