Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dcgroup_helpers.c44 static int enable_all_controllers(char *cgroup_path) in enable_all_controllers()
143 static int join_cgroup_from_top(char *cgroup_path) in join_cgroup_from_top()
180 char cgroup_path[PATH_MAX + 1]; in join_cgroup() local
220 char cgroup_path[PATH_MAX + 1]; in create_and_get_cgroup() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c57 static bool connect_send(const char *cgroup_path) in connect_send()
/kernel/linux/linux-5.10/include/linux/
Dcgroup.h659 static inline int cgroup_path(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_path() function