Lines Matching refs:task_group
14 struct task_group *tg;
21 extern void autogroup_free(struct task_group *tg);
23 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
28 extern bool task_wants_autogroup(struct task_struct *p, struct task_group *tg);
30 static inline struct task_group *
31 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
42 extern int autogroup_path(struct task_group *tg, char *buf, int buflen);
47 static inline void autogroup_free(struct task_group *tg) { } in autogroup_free()
48 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
53 static inline struct task_group *
54 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
59 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()