Lines Matching refs:cpu_map
6090 static void __sdt_free(const struct cpumask *cpu_map);
6091 static int __sdt_alloc(const struct cpumask *cpu_map);
6094 const struct cpumask *cpu_map) in __free_domain_allocs() argument
6103 __sdt_free(cpu_map); /* fall through */ in __free_domain_allocs()
6110 const struct cpumask *cpu_map) in __visit_domain_allocation_hell() argument
6114 if (__sdt_alloc(cpu_map)) in __visit_domain_allocation_hell()
6587 static int __sdt_alloc(const struct cpumask *cpu_map) in __sdt_alloc() argument
6607 for_each_cpu(j, cpu_map) { in __sdt_alloc()
6640 static void __sdt_free(const struct cpumask *cpu_map) in __sdt_free() argument
6648 for_each_cpu(j, cpu_map) { in __sdt_free()
6673 const struct cpumask *cpu_map, struct sched_domain_attr *attr, in build_sched_domain() argument
6680 cpumask_and(sched_domain_span(sd), cpu_map, tl->mask(cpu)); in build_sched_domain()
6710 static int build_sched_domains(const struct cpumask *cpu_map, in build_sched_domains() argument
6718 alloc_state = __visit_domain_allocation_hell(&d, cpu_map); in build_sched_domains()
6723 for_each_cpu(i, cpu_map) { in build_sched_domains()
6728 sd = build_sched_domain(tl, cpu_map, attr, sd, i); in build_sched_domains()
6733 if (cpumask_equal(cpu_map, sched_domain_span(sd))) in build_sched_domains()
6739 for_each_cpu(i, cpu_map) { in build_sched_domains()
6754 if (!cpumask_test_cpu(i, cpu_map)) in build_sched_domains()
6765 for_each_cpu(i, cpu_map) { in build_sched_domains()
6773 __free_domain_allocs(&d, alloc_state, cpu_map); in build_sched_domains()
6829 static int init_sched_domains(const struct cpumask *cpu_map) in init_sched_domains() argument
6838 cpumask_andnot(doms_cur[0], cpu_map, cpu_isolated_map); in init_sched_domains()
6849 static void detach_destroy_domains(const struct cpumask *cpu_map) in detach_destroy_domains() argument
6854 for_each_cpu(i, cpu_map) in detach_destroy_domains()