Lines Matching refs:task_group
11 struct task_group *tg;
18 extern void autogroup_free(struct task_group *tg);
20 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
25 extern bool task_wants_autogroup(struct task_struct *p, struct task_group *tg);
27 static inline struct task_group *
28 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
38 extern int autogroup_path(struct task_group *tg, char *buf, int buflen);
43 static inline void autogroup_free(struct task_group *tg) { } in autogroup_free()
44 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
49 static inline struct task_group *
50 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
55 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()