Searched refs:sched_group_cpus (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/kernel/sched/ |
D | fair.c | 4659 if (!cpumask_intersects(sched_group_cpus(group), in find_idlest_group() 4664 sched_group_cpus(group)); in find_idlest_group() 4669 for_each_cpu(i, sched_group_cpus(group)) { in find_idlest_group() 4709 for_each_cpu_and(i, sched_group_cpus(group), tsk_cpus_allowed(p)) { in find_idlest_cpu() 4769 if (!cpumask_intersects(sched_group_cpus(sg), in select_idle_sibling() 4773 for_each_cpu(i, sched_group_cpus(sg)) { in select_idle_sibling() 4778 target = cpumask_first_and(sched_group_cpus(sg), in select_idle_sibling() 6108 for_each_cpu(cpu, sched_group_cpus(sdg)) { in update_group_capacity() 6271 for_each_cpu_and(i, sched_group_cpus(group), env->cpus) { in update_sg_lb_stats() 6410 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_cpus(sg)); in update_sd_lb_stats() [all …]
|
D | sched.h | 857 static inline struct cpumask *sched_group_cpus(struct sched_group *sg) in sched_group_cpus() function 877 return cpumask_first(sched_group_cpus(group)); in group_first_cpu()
|
D | core.c | 5431 if (!cpumask_test_cpu(cpu, sched_group_cpus(group))) { in sched_domain_debug_one() 5444 if (!cpumask_weight(sched_group_cpus(group))) { in sched_domain_debug_one() 5451 cpumask_intersects(groupmask, sched_group_cpus(group))) { in sched_domain_debug_one() 5457 cpumask_or(groupmask, groupmask, sched_group_cpus(group)); in sched_domain_debug_one() 5460 cpumask_pr_args(sched_group_cpus(group))); in sched_domain_debug_one() 5873 return cpumask_first_and(sched_group_cpus(sg), sched_group_mask(sg)); in group_balance_cpu() 5906 sg_span = sched_group_cpus(sg); in build_overlap_sched_groups() 6010 cpumask_set_cpu(j, sched_group_cpus(sg)); in build_sched_groups() 6041 sg->group_weight = cpumask_weight(sched_group_cpus(sg)); in init_sched_groups_capacity()
|