Searched refs:sched_group_cpus (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | fair.c | 4749 if (!cpumask_intersects(sched_group_cpus(group), in find_idlest_group() 4754 sched_group_cpus(group)); in find_idlest_group() 4759 for_each_cpu(i, sched_group_cpus(group)) { in find_idlest_group() 4799 for_each_cpu_and(i, sched_group_cpus(group), tsk_cpus_allowed(p)) { in find_idlest_cpu() 4859 if (!cpumask_intersects(sched_group_cpus(sg), in select_idle_sibling() 4863 for_each_cpu(i, sched_group_cpus(sg)) { in select_idle_sibling() 4868 target = cpumask_first_and(sched_group_cpus(sg), in select_idle_sibling() 6146 for_each_cpu(cpu, sched_group_cpus(sdg)) { in update_group_capacity() 6309 for_each_cpu_and(i, sched_group_cpus(group), env->cpus) { in update_sg_lb_stats() 6448 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_cpus(sg)); in update_sd_lb_stats() [all …]
|
D | sched.h | 874 static inline struct cpumask *sched_group_cpus(struct sched_group *sg) in sched_group_cpus() function 894 return cpumask_first(sched_group_cpus(group)); in group_first_cpu()
|
D | core.c | 5688 if (!cpumask_test_cpu(cpu, sched_group_cpus(group))) { in sched_domain_debug_one() 5701 if (!cpumask_weight(sched_group_cpus(group))) { in sched_domain_debug_one() 5708 cpumask_intersects(groupmask, sched_group_cpus(group))) { in sched_domain_debug_one() 5714 cpumask_or(groupmask, groupmask, sched_group_cpus(group)); in sched_domain_debug_one() 5717 cpumask_pr_args(sched_group_cpus(group))); in sched_domain_debug_one() 6130 return cpumask_first_and(sched_group_cpus(sg), sched_group_mask(sg)); in group_balance_cpu() 6163 sg_span = sched_group_cpus(sg); in build_overlap_sched_groups() 6267 cpumask_set_cpu(j, sched_group_cpus(sg)); in build_sched_groups() 6298 sg->group_weight = cpumask_weight(sched_group_cpus(sg)); in init_sched_groups_capacity()
|