Searched refs:cgroup_path (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | cgroup.h | 515 static inline char * __must_check cgroup_path(struct cgroup *cgrp, char *buf, in cgroup_path() function
|
D | blk-cgroup.h | 348 p = cgroup_path(blkg->blkcg->css.cgroup, buf, buflen); in blkg_path()
|
/linux-4.4.14/kernel/sched/ |
D | debug.c | 107 return cgroup_path(tg->css.cgroup, group_path, PATH_MAX); in task_group_path()
|
/linux-4.4.14/include/trace/events/ |
D | writeback.h | 147 path = cgroup_path(cgrp, buf, kernfs_path_len(cgrp->kn) + 1); in __trace_wb_assign_cgroup()
|
/linux-4.4.14/kernel/ |
D | cgroup.c | 2221 path = cgroup_path(cgrp, buf, buflen); in task_cgroup_path() 5463 path = cgroup_path(cgrp, buf, PATH_MAX); in proc_cgroup_show() 5761 path = cgroup_path(cgrp, pathbuf, PATH_MAX); in cgroup_release_agent()
|
D | cpuset.c | 2715 p = cgroup_path(css->cgroup, buf, PATH_MAX); in proc_cpuset_show()
|