Home
last modified time | relevance | path

Searched defs:shares (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/sched/
H A Dautogroup.c234 unsigned long shares; in proc_sched_autogroup_set_nice() local
H A Dfair.c3930 long tg_weight, tg_shares, load, shares; in calc_group_shares() local
3970 long shares; in update_cfs_group() local
13480 static int __sched_group_set_shares(struct task_group *tg, unsigned long shares) in __sched_group_set_shares()
13516 int sched_group_set_shares(struct task_group *tg, unsigned long shares) in sched_group_set_shares()
H A Dsched.h444 unsigned long shares; member
584 static inline int sched_group_set_shares(struct task_group *tg, unsigned long shares) { return 0; } in sched_group_set_shares()