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()
447 free_cpumask_var(rd->span); in free_rootdomain()
465 cpumask_clear_cpu(rq->cpu, old_rd->span); in rq_attach_root()
479 cpumask_set_cpu(rq->cpu, rd->span); in rq_attach_root()
504 if (!zalloc_cpumask_var(&rd->span, GFP_KERNEL)) in init_rootdomain()
536 free_cpumask_var(rd->span); in init_rootdomain()
867 * do have the top domain _should_ span the domain. in build_balance_mask()
942 const struct cpumask *span = sched_domain_span(sd); in build_overlap_sched_groups() local
950 for_each_cpu_wrap(i, span, cpu) { in build_overlap_sched_groups()
1108 * covered by the given span, will set each group's ->cpumask correctly,
1118 const struct cpumask *span = sched_domain_span(sd); in build_sched_groups() local
1127 for_each_cpu_wrap(i, span, cpu) { in build_sched_groups()
1899 * breaks the linking done for an earlier span. in topology_span_sane()
2070 pr_info("root domain span: %*pbl (max cpu_capacity = %lu)\n", in build_sched_domains()