Searched refs:sched_group_mask (Results 1 – 3 of 3) sorted by relevance
866 static inline struct cpumask *sched_group_mask(struct sched_group *sg) in sched_group_mask() function
5863 cpumask_set_cpu(i, sched_group_mask(sg)); in build_group_mask()5873 return cpumask_first_and(sched_group_cpus(sg), sched_group_mask(sg)); in group_balance_cpu()6003 cpumask_setall(sched_group_mask(sg)); in build_sched_groups()
6887 sg_mask = sched_group_mask(sg); in should_we_balance()