Home
last modified time | relevance | path

Searched defs:cgroup_path (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/
Dcgroup_helpers.c51 static int __enable_controllers(const char *cgroup_path, const char *controllers) in __enable_controllers()
114 char cgroup_path[PATH_MAX + 1]; in enable_controllers() local
120 static int __write_cgroup_file(const char *cgroup_path, const char *file, in __write_cgroup_file()
155 char cgroup_path[PATH_MAX - 24]; in write_cgroup_file() local
176 char cgroup_path[PATH_MAX - 24]; in write_cgroup_file_parent() local
236 static int join_cgroup_from_top(const char *cgroup_path) in join_cgroup_from_top()
273 char cgroup_path[PATH_MAX + 1]; in join_cgroup() local
289 char cgroup_path[PATH_MAX + 1]; in join_parent_cgroup() local
347 char cgroup_path[PATH_MAX + 1]; in create_and_get_cgroup() local
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c57 static bool connect_send(const char *cgroup_path) in connect_send()
/Linux-v6.1/include/linux/
Dcgroup.h672 static inline int cgroup_path(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_path() function