Home
last modified time | relevance | path

Searched refs:sched_group_set_shares (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/kernel/sched/
Dauto_group.c217 err = sched_group_set_shares(ag->tg, prio_to_weight[nice + 20]); in proc_sched_autogroup_set_nice()
Dsched.h306 extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
327 extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
Dfair.c8156 int sched_group_set_shares(struct task_group *tg, unsigned long shares) in sched_group_set_shares() function
Dcore.c8056 return sched_group_set_shares(css_tg(css), scale_load(shareval)); in cpu_shares_write_u64()