aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 206bb089c06b..577eb973de7a 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2750,7 +2750,10 @@ extern void normalize_rt_tasks(void);
2750extern struct task_group root_task_group; 2750extern struct task_group root_task_group;
2751 2751
2752extern struct task_group *sched_create_group(struct task_group *parent); 2752extern struct task_group *sched_create_group(struct task_group *parent);
2753extern void sched_online_group(struct task_group *tg,
2754 struct task_group *parent);
2753extern void sched_destroy_group(struct task_group *tg); 2755extern void sched_destroy_group(struct task_group *tg);
2756extern void sched_offline_group(struct task_group *tg);
2754extern void sched_move_task(struct task_struct *tsk); 2757extern void sched_move_task(struct task_struct *tsk);
2755#ifdef CONFIG_FAIR_GROUP_SCHED 2758#ifdef CONFIG_FAIR_GROUP_SCHED
2756extern int sched_group_set_shares(struct task_group *tg, unsigned long shares); 2759extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);