Searched refs:sched_group_span (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | topology.c | 56 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() 88 if (!(sd->flags & SD_OVERLAP) && cpumask_intersects(groupmask, sched_group_span(group))) { in sched_domain_debug_one() 94 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one() 96 printk(KERN_CONT " %d:{ span=%*pbl", group->sgc->id, cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one() 98 if ((sd->flags & SD_OVERLAP) && !cpumask_equal(group_balance_mask(group), sched_group_span(group))) { in sched_domain_debug_one() 106 if (group == sd->groups && sd->child && !cpumask_equal(sched_domain_span(sd->child), sched_group_span(group))) { in sched_domain_debug_one() 899 const struct cpumask *sg_span = sched_group_span(sg); in build_balance_mask() 945 sg_span = sched_group_span(sg); in build_group_from_child_sched_domain() 964 cpu = cpumask_first_and(sched_group_span(s in init_overlap_sched_group() [all...] |
H A D | fair.c | 6229 return cpumask_first(sched_group_span(group)); in find_idlest_group_cpu() 6233 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) in find_idlest_group_cpu() 8716 for_each_cpu(cpu, sched_group_span(sdg)) in update_group_capacity() 8737 __maybe_unused cpumask_t *cpus = sched_group_span(group); in update_group_capacity() 8944 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_span(group)); in update_sg_lb_stats() 8946 for_each_cpu_and(i, sched_group_span(group), env->cpus) in update_sg_lb_stats() 9249 for_each_cpu(i, sched_group_span(group)) in update_sg_wakeup_stats() 9374 if (!cpumask_intersects(sched_group_span(group), &allowed_cpus)) in find_idlest_group() 9376 if (!cpumask_intersects(sched_group_span(group), p->cpus_ptr)) in find_idlest_group() 9380 local_group = cpumask_test_cpu(this_cpu, sched_group_span(grou in find_idlest_group() [all...] |
H A D | rt.c | 1848 if (!cpumask_intersects(lowest_mask, sched_group_span(sg))) { in find_cas_cpu() 1853 if (cpumask_test_cpu(rd->max_cap_orig_cpu, sched_group_span(sg))) { in find_cas_cpu() 1909 cpumask_and(&search_cpu, lowest_mask, sched_group_span(sg_target)); in find_cas_cpu()
|
H A D | sched.h | 1589 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() function 1608 return cpumask_first(sched_group_span(group)); in group_first_cpu()
|
Completed in 23 milliseconds