Searched refs:test__join_cgroup (Results 1 – 7 of 7) sorted by relevance
308 cg_parent = test__join_cgroup("/parent"); in test_sockopt_multi()312 cg_child = test__join_cgroup("/parent/child"); in test_sockopt_multi()
194 cgroup_fd = test__join_cgroup("/sockopt_sk"); in test_sockopt_sk()
229 cgroup_fd = test__join_cgroup("/sockopt_inherit"); in test_sockopt_inherit()
253 cgroup_fd = test__join_cgroup("/tcp_rtt"); in test_tcp_rtt()
975 cgroup_fd = test__join_cgroup("/sockopt"); in test_sockopt()
75 extern int test__join_cgroup(const char *path);
127 int test__join_cgroup(const char *path) in test__join_cgroup() function