Searched refs:cgroup_path_ns (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/kernel/bpf/ |
D | cgroup_iter.c | 248 cgroup_path_ns(aux->cgroup.start, buf, PATH_MAX, in bpf_iter_cgroup_show_fdinfo()
|
/linux-6.6.21/include/linux/ |
D | cgroup.h | 788 int cgroup_path_ns(struct cgroup *cgrp, char *buf, size_t buflen,
|
/linux-6.6.21/kernel/cgroup/ |
D | cgroup-v1.c | 804 ret = cgroup_path_ns(cgrp, pathbuf, PATH_MAX, &init_cgroup_ns); in cgroup1_release_agent()
|
D | cgroup.c | 2340 int cgroup_path_ns(struct cgroup *cgrp, char *buf, size_t buflen, in cgroup_path_ns() function 2355 EXPORT_SYMBOL_GPL(cgroup_path_ns);
|
D | cpuset.c | 4297 retval = cgroup_path_ns(css->cgroup, buf, PATH_MAX, in proc_cpuset_show()
|