Lines Matching refs:cpu_map

6347 static void __sdt_free(const struct cpumask *cpu_map);
6348 static int __sdt_alloc(const struct cpumask *cpu_map);
6351 const struct cpumask *cpu_map) in __free_domain_allocs() argument
6360 __sdt_free(cpu_map); /* fall through */ in __free_domain_allocs()
6367 const struct cpumask *cpu_map) in __visit_domain_allocation_hell() argument
6371 if (__sdt_alloc(cpu_map)) in __visit_domain_allocation_hell()
6847 static int __sdt_alloc(const struct cpumask *cpu_map) in __sdt_alloc() argument
6867 for_each_cpu(j, cpu_map) { in __sdt_alloc()
6900 static void __sdt_free(const struct cpumask *cpu_map) in __sdt_free() argument
6908 for_each_cpu(j, cpu_map) { in __sdt_free()
6933 const struct cpumask *cpu_map, struct sched_domain_attr *attr, in build_sched_domain() argument
6940 cpumask_and(sched_domain_span(sd), cpu_map, tl->mask(cpu)); in build_sched_domain()
6970 static int build_sched_domains(const struct cpumask *cpu_map, in build_sched_domains() argument
6978 alloc_state = __visit_domain_allocation_hell(&d, cpu_map); in build_sched_domains()
6983 for_each_cpu(i, cpu_map) { in build_sched_domains()
6988 sd = build_sched_domain(tl, cpu_map, attr, sd, i); in build_sched_domains()
6993 if (cpumask_equal(cpu_map, sched_domain_span(sd))) in build_sched_domains()
6999 for_each_cpu(i, cpu_map) { in build_sched_domains()
7014 if (!cpumask_test_cpu(i, cpu_map)) in build_sched_domains()
7025 for_each_cpu(i, cpu_map) { in build_sched_domains()
7033 __free_domain_allocs(&d, alloc_state, cpu_map); in build_sched_domains()
7089 static int init_sched_domains(const struct cpumask *cpu_map) in init_sched_domains() argument
7098 cpumask_andnot(doms_cur[0], cpu_map, cpu_isolated_map); in init_sched_domains()
7109 static void detach_destroy_domains(const struct cpumask *cpu_map) in detach_destroy_domains() argument
7114 for_each_cpu(i, cpu_map) in detach_destroy_domains()