1 #ifdef CONFIG_SCHED_AUTOGROUP
6 struct rw_semaphore lock
;
11 static inline struct task_group
*
12 autogroup_task_group(struct task_struct
*p
, struct task_group
*tg
);
14 #else /* !CONFIG_SCHED_AUTOGROUP */
16 static inline void autogroup_init(struct task_struct
*init_task
) { }
17 static inline void autogroup_free(struct task_group
*tg
) { }
18 static inline bool task_group_is_autogroup(struct task_group
*tg
)
23 static inline struct task_group
*
24 autogroup_task_group(struct task_struct
*p
, struct task_group
*tg
)
29 #ifdef CONFIG_SCHED_DEBUG
30 static inline int autogroup_path(struct task_group
*tg
, char *buf
, int buflen
)
36 #endif /* CONFIG_SCHED_AUTOGROUP */