Searched refs:cgroup_path_ns_locked (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/kernel/cgroup/ |
D | cgroup-internal.h | 215 int cgroup_path_ns_locked(struct cgroup *cgrp, char *buf, size_t buflen,
|
D | cgroup-v1.c | 790 ret = cgroup_path_ns_locked(cgrp, pathbuf, PATH_MAX, &init_cgroup_ns); in cgroup1_release_agent()
|
D | cgroup.c | 2290 int cgroup_path_ns_locked(struct cgroup *cgrp, char *buf, size_t buflen, in cgroup_path_ns_locked() function 2306 ret = cgroup_path_ns_locked(cgrp, buf, buflen, ns); in cgroup_path_ns() 2342 ret = cgroup_path_ns_locked(cgrp, buf, buflen, &init_cgroup_ns); in task_cgroup_path() 5902 retval = cgroup_path_ns_locked(cgrp, buf, PATH_MAX, in proc_cgroup_show()
|