Searched refs:cgroup_path_ns_locked (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup-internal.h | 230 int cgroup_path_ns_locked(struct cgroup *cgrp, char *buf, size_t buflen,
|
H A D | cgroup.c | 2341 int cgroup_path_ns_locked(struct cgroup *cgrp, char *buf, size_t buflen, in cgroup_path_ns_locked() function 2357 ret = cgroup_path_ns_locked(cgrp, buf, buflen, ns); in cgroup_path_ns() 6286 retval = cgroup_path_ns_locked(cgrp, buf, PATH_MAX, in proc_cgroup_show()
|
H A D | cpuset.c | 4300 retval = cgroup_path_ns_locked(css->cgroup, buf, PATH_MAX, in proc_cpuset_show()
|