Searched refs:sched_group_mask (Results 1 – 3 of 3) sorted by relevance
883 static inline struct cpumask *sched_group_mask(struct sched_group *sg) in sched_group_mask() function
6120 cpumask_set_cpu(i, sched_group_mask(sg)); in build_group_mask()6130 return cpumask_first_and(sched_group_cpus(sg), sched_group_mask(sg)); in group_balance_cpu()6260 cpumask_setall(sched_group_mask(sg)); in build_sched_groups()
6925 sg_mask = sched_group_mask(sg); in should_we_balance()