Searched refs:cgroup_path (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | cgroup.h | 223 static inline char * __must_check cgroup_path(struct cgroup *cgrp, char *buf, in cgroup_path() function
|
/linux-4.1.27/block/ |
D | blk-cgroup.h | 244 p = cgroup_path(blkg->blkcg->css.cgroup, buf, buflen); in blkg_path()
|
/linux-4.1.27/kernel/sched/ |
D | debug.c | 116 return cgroup_path(tg->css.cgroup, group_path, PATH_MAX); in task_group_path()
|
/linux-4.1.27/kernel/ |
D | cgroup.c | 1955 path = cgroup_path(cgrp, buf, buflen); in task_cgroup_path() 5134 path = cgroup_path(cgrp, buf, PATH_MAX); in proc_cgroup_show() 5363 path = cgroup_path(cgrp, pathbuf, PATH_MAX); in cgroup_release_agent()
|
D | cpuset.c | 2679 p = cgroup_path(css->cgroup, buf, PATH_MAX); in proc_cpuset_show()
|