Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dautogroup.c259 err = sched_group_set_shares(ag->tg, shares); in proc_sched_autogroup_set_nice()
H A Dsched.h482 extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
H A Dcore.c10844 return sched_group_set_shares(css_tg(css), scale_load(shareval)); in cpu_shares_read_u64()
11381 return sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_weight_nice_read_s64()
11415 return sched_group_set_shares(css_tg(css), scale_load(weight)); in cpu_period_quota_print()
H A Dfair.c13014 int sched_group_set_shares(struct task_group *tg, unsigned long shares) in sched_group_set_shares() function