kernel/tools/testing/selftests/bpf/cgroup_helpers.h
.. .. @@ -9,6 +9,7 @@ 9 9 __FILE__, __LINE__, clean_errno(), ##__VA_ARGS__) 10 10 11 11 12 +int cgroup_setup_and_join(const char *path);12 13 int create_and_get_cgroup(const char *path); 13 14 int join_cgroup(const char *path); 14 15 int setup_cgroup_environment(void);