Lines Matching refs:cgroup
177 static inline bool cgroup_on_dfl(const struct cgroup *cgrp) in cgroup_on_dfl()
183 static inline bool cgroup_has_tasks(struct cgroup *cgrp) in cgroup_has_tasks()
189 static inline ino_t cgroup_ino(struct cgroup *cgrp) in cgroup_ino()
218 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_name()
223 static inline char * __must_check cgroup_path(struct cgroup *cgrp, char *buf, in cgroup_path()
229 static inline void pr_cont_cgroup_name(struct cgroup *cgrp) in pr_cont_cgroup_name()
234 static inline void pr_cont_cgroup_path(struct cgroup *cgrp) in pr_cont_cgroup_path()
245 bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor);
339 static inline struct cgroup *task_cgroup(struct task_struct *task, in task_cgroup()
342 return task_css(task, subsys_id)->cgroup; in task_cgroup()
486 int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from);
488 struct cgroup_subsys_state *cgroup_get_e_css(struct cgroup *cgroup,