Lines Matching full:span
44 printk(KERN_CONT "span=%*pbl level=%s\n", in sched_domain_debug_one()
48 printk(KERN_ERR "ERROR: domain->span does not contain CPU%d\n", cpu); in sched_domain_debug_one()
92 printk(KERN_CONT " %d:{ span=%*pbl", in sched_domain_debug_one()
122 printk(KERN_ERR "ERROR: groups don't span domain->span\n"); in sched_domain_debug_one()
126 printk(KERN_ERR "ERROR: parent span is not a superset of domain->span\n"); in sched_domain_debug_one()
460 free_cpumask_var(rd->span); in free_rootdomain()
478 cpumask_clear_cpu(rq->cpu, old_rd->span); in rq_attach_root()
492 cpumask_set_cpu(rq->cpu, rd->span); in rq_attach_root()
517 if (!zalloc_cpumask_var(&rd->span, GFP_KERNEL)) in init_rootdomain()
550 free_cpumask_var(rd->span); in init_rootdomain()
885 * do have the top domain _should_ span the domain. in build_balance_mask()
960 * The proper descendant would be the one whose child won't span out in find_descended_sibling()
985 const struct cpumask *span = sched_domain_span(sd); in build_overlap_sched_groups() local
993 for_each_cpu_wrap(i, span, cpu) { in build_overlap_sched_groups()
1018 * domain because sibling's child sched_domain will span out of in build_overlap_sched_groups()
1043 * group span isn't a subset of the domain span. in build_overlap_sched_groups()
1046 !cpumask_subset(sched_domain_span(sibling->child), span)) in build_overlap_sched_groups()
1186 * covered by the given span, will set each group's ->cpumask correctly,
1196 const struct cpumask *span = sched_domain_span(sd); in build_sched_groups() local
1205 for_each_cpu_wrap(i, span, cpu) { in build_sched_groups()
2153 * breaks the linking done for an earlier span. in topology_span_sane()
2259 pr_info("root domain span: %*pbl (max cpu_capacity = %lu)\n", in build_sched_domains()