diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 33cc4213037..e4112aad296 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -2659,7 +2659,10 @@ extern long sched_getaffinity(pid_t pid, struct cpumask *mask);  extern struct task_group root_task_group;  extern struct task_group *sched_create_group(struct task_group *parent); +extern void sched_online_group(struct task_group *tg, +			       struct task_group *parent);  extern void sched_destroy_group(struct task_group *tg); +extern void sched_offline_group(struct task_group *tg);  extern void sched_move_task(struct task_struct *tsk);  #ifdef CONFIG_FAIR_GROUP_SCHED  extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);  |