Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dautogroup.c234 unsigned long shares; in proc_sched_autogroup_set_nice() local
Dfair.c4017 long tg_weight, tg_shares, load, shares; in calc_group_shares() local
4057 long shares; in update_cfs_group() local
13426 static int __sched_group_set_shares(struct task_group *tg, unsigned long shares) in __sched_group_set_shares()
13462 int sched_group_set_shares(struct task_group *tg, unsigned long shares) in sched_group_set_shares()
Dsched.h445 unsigned long shares; member
585 static inline int sched_group_set_shares(struct task_group *tg, unsigned long shares) { return 0; } in sched_group_set_shares()