Searched refs:sched_group_span (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/sched/ |
| H A D | topology.c | 59 if (group && !cpumask_test_cpu(cpu, sched_group_span(group))) { in sched_domain_debug_one() 86 if (cpumask_empty(sched_group_span(group))) { in sched_domain_debug_one() 93 cpumask_intersects(groupmask, sched_group_span(group))) { in sched_domain_debug_one() 99 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one() 103 cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one() 106 !cpumask_equal(group_balance_mask(group), sched_group_span(group))) { in sched_domain_debug_one() 116 sched_group_span(group))) { in sched_domain_debug_one() 913 const struct cpumask *sg_span = sched_group_span(sg); in build_balance_mask() 959 sg_span = sched_group_span(sg); in build_group_from_child_sched_domain() 993 sg_span = sched_group_span(sg); in init_overlap_sched_group() [all …]
|
| H A D | fair.c | 7441 return cpumask_first(sched_group_span(group)); in sched_balance_find_dst_group_cpu() 7444 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) { in sched_balance_find_dst_group_cpu() 7708 for_each_cpu_wrap(cpu, sched_group_span(sg), target + 1) { in select_idle_cpu() 7724 cpumask_andnot(cpus, cpus, sched_group_span(sg)); in select_idle_cpu() 10042 for_each_cpu(cpu, sched_group_span(sdg)) { in update_group_capacity() 10362 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in update_sg_lb_stats() 10681 for_each_cpu(i, sched_group_span(group)) { in update_sg_wakeup_stats() 10798 if (!cpumask_intersects(sched_group_span(group), in sched_balance_find_dst_group() 10807 sched_group_span(group)); in sched_balance_find_dst_group() 10905 idlest_cpu = cpumask_first(sched_group_span(idlest)); in sched_balance_find_dst_group() [all …]
|
| H A D | ext_idle.c | 292 return sched_group_span(sg); in numa_span()
|
| H A D | sched.h | 1372 static inline struct cpumask *sched_group_span(struct sched_group *sg); 1459 for_each_cpu_and(cpu, sched_group_span(group), p->cpus_ptr) { in sched_group_cookie_match() 2115 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() function
|