Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dautogroup.c258 err = sched_group_set_shares(ag->tg, shares); in proc_sched_autogroup_set_nice()
H A Dsched.h573 extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
585 static inline int sched_group_set_shares(struct task_group *tg, unsigned long shares) { return 0; } in sched_group_set_shares() function
H A Dcore.c9274 ret = sched_group_set_shares(css_tg(css), scale_load(shareval)); in cpu_shares_write_u64()
9808 ret = sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_write_u64()
9845 ret = sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_nice_write_s64()
H A Dfair.c13462 int sched_group_set_shares(struct task_group *tg, unsigned long shares) in sched_group_set_shares() function