We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8826498 commit bdeb868Copy full SHA for bdeb868
kernel/sched/sched.h
@@ -582,6 +582,7 @@ static inline void set_task_rq_fair(struct sched_entity *se,
582
#endif /* CONFIG_SMP */
583
#else /* !CONFIG_FAIR_GROUP_SCHED */
584
static inline int sched_group_set_shares(struct task_group *tg, unsigned long shares) { return 0; }
585
+static inline int sched_group_set_idle(struct task_group *tg, long idle) { return 0; }
586
#endif /* CONFIG_FAIR_GROUP_SCHED */
587
588
#else /* CONFIG_CGROUP_SCHED */
0 commit comments