Lines Matching refs:group
42 struct sched_group *group = sd->groups; in sched_domain_debug_one() local
55 if (group && !cpumask_test_cpu(cpu, sched_group_span(group))) { in sched_domain_debug_one()
76 if (!group) { in sched_domain_debug_one()
82 if (!cpumask_weight(sched_group_span(group))) { in sched_domain_debug_one()
89 cpumask_intersects(groupmask, sched_group_span(group))) { in sched_domain_debug_one()
95 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one()
98 group->sgc->id, in sched_domain_debug_one()
99 cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one()
102 !cpumask_equal(group_balance_mask(group), sched_group_span(group))) { in sched_domain_debug_one()
104 cpumask_pr_args(group_balance_mask(group))); in sched_domain_debug_one()
107 if (group->sgc->capacity != SCHED_CAPACITY_SCALE) in sched_domain_debug_one()
108 printk(KERN_CONT " cap=%lu", group->sgc->capacity); in sched_domain_debug_one()
110 if (group == sd->groups && sd->child && in sched_domain_debug_one()
112 sched_group_span(group))) { in sched_domain_debug_one()
118 group = group->next; in sched_domain_debug_one()
120 if (group != sd->groups) in sched_domain_debug_one()
123 } while (group != sd->groups); in sched_domain_debug_one()