Searched refs:cgroup_path_ns (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | cgroup_iter.c | 248 cgroup_path_ns(aux->cgroup.start, buf, PATH_MAX, in bpf_iter_cgroup_show_fdinfo()
|
/openbmc/linux/include/linux/ |
H A D | cgroup.h | 788 int cgroup_path_ns(struct cgroup *cgrp, char *buf, size_t buflen,
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 804 ret = cgroup_path_ns(cgrp, pathbuf, PATH_MAX, &init_cgroup_ns); in cgroup1_release_agent()
|
H A D | cgroup.c | 2349 int cgroup_path_ns(struct cgroup *cgrp, char *buf, size_t buflen, in cgroup_path_ns() function 2364 EXPORT_SYMBOL_GPL(cgroup_path_ns);
|