Searched refs:parent_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() argument108 parent_cgroup_fd); in test_egress_only()158 static void test_isolated(int parent_cgroup_fd, int child_cgroup_fd) in test_isolated() argument178 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() argument291 parent_cgroup_fd); in test_shared()295 parent_cgroup_fd); in test_shared()299 parent_cgroup_fd); in test_shared()[all …]
26 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()