Searched refs:sched_group_span (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | topology.c | 55 if (group && !cpumask_test_cpu(cpu, sched_group_span(group))) { in sched_domain_debug_one() 82 if (!cpumask_weight(sched_group_span(group))) { in sched_domain_debug_one() 89 cpumask_intersects(groupmask, sched_group_span(group))) { in sched_domain_debug_one() 95 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one() 99 cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one() 102 !cpumask_equal(group_balance_mask(group), sched_group_span(group))) { in sched_domain_debug_one() 112 sched_group_span(group))) { in sched_domain_debug_one() 847 const struct cpumask *sg_span = sched_group_span(sg); in build_balance_mask() 893 sg_span = sched_group_span(sg); in build_group_from_child_sched_domain() 912 cpu = cpumask_first_and(sched_group_span(sg), mask); in init_overlap_sched_group() [all …]
|
| H A D | fair.c | 5981 return cpumask_first(sched_group_span(group)); in find_idlest_group_cpu() 5984 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) { in find_idlest_group_cpu() 8427 for_each_cpu(cpu, sched_group_span(sdg)) { in update_group_capacity() 8649 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_span(group)); in update_sg_lb_stats() 8651 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in update_sg_lb_stats() 8929 for_each_cpu(i, sched_group_span(group)) { in update_sg_wakeup_stats() 9054 !cpumask_intersects(sched_group_span(group), cpub_mask)) in find_idlest_group() 9059 if (!cpumask_intersects(sched_group_span(group), in find_idlest_group() 9064 sched_group_span(group)); in find_idlest_group() 9154 idlest_cpu = cpumask_first(sched_group_span(idlest)); in find_idlest_group() [all …]
|
| H A D | sched.h | 1549 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() function 1568 return cpumask_first(sched_group_span(group)); in group_first_cpu()
|