Searched refs:sched_group_span (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/sched/ |
| A D | topology.c | 77 if (!cpumask_weight(sched_group_span(group))) { in sched_domain_debug_one() 90 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one() 94 cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one() 107 sched_group_span(group))) { in sched_domain_debug_one() 880 const struct cpumask *sg_span = sched_group_span(sg); in build_balance_mask() 926 sg_span = sched_group_span(sg); in build_group_from_child_sched_domain() 960 sg_span = sched_group_span(sg); in init_overlap_sched_group() 1063 sg_span = sched_group_span(sg); in build_overlap_sched_groups() 1184 cpumask_set_cpu(cpu, sched_group_span(sg)); in get_group() 1224 cpumask_or(covered, covered, sched_group_span(sg)); in build_sched_groups() [all …]
|
| A D | sched.h | 1157 static inline struct cpumask *sched_group_span(struct sched_group *sg); 1241 for_each_cpu_and(cpu, sched_group_span(group), p->cpus_ptr) { in sched_group_cookie_match() 1810 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() function 1829 return cpumask_first(sched_group_span(group)); in group_first_cpu()
|
| A D | fair.c | 5996 return cpumask_first(sched_group_span(group)); in find_idlest_group_cpu() 5999 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) { in find_idlest_group_cpu() 8404 for_each_cpu(cpu, sched_group_span(sdg)) { in update_group_capacity() 8680 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in update_sg_lb_stats() 8954 for_each_cpu(i, sched_group_span(group)) { in update_sg_wakeup_stats() 9080 if (!cpumask_intersects(sched_group_span(group), in find_idlest_group() 9089 sched_group_span(group)); in find_idlest_group() 9184 idlest_cpu = cpumask_first(sched_group_span(idlest)); in find_idlest_group() 9230 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_span(sg)); in update_sd_lb_stats() 9616 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in find_busiest_queue() [all …]
|
Completed in 31 milliseconds