Searched refs:cgroup_path_ns_locked (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/kernel/cgroup/ |
D | cgroup-internal.h | 215 int cgroup_path_ns_locked(struct cgroup *cgrp, char *buf, size_t buflen,
|
D | cgroup.c | 2216 int cgroup_path_ns_locked(struct cgroup *cgrp, char *buf, size_t buflen, in cgroup_path_ns_locked() function 2232 ret = cgroup_path_ns_locked(cgrp, buf, buflen, ns); in cgroup_path_ns() 2268 ret = cgroup_path_ns_locked(cgrp, buf, buflen, &init_cgroup_ns); in task_cgroup_path() 5859 retval = cgroup_path_ns_locked(cgrp, buf, PATH_MAX, in proc_cgroup_show()
|