Searched refs:local_sgs (Results 1 – 1 of 1) sorted by relevance
11137 struct sg_lb_stats local_sgs, tmp_sgs; in sched_balance_find_dst_group() local11161 sgs = &local_sgs; in sched_balance_find_dst_group()11189 if (local_sgs.group_type < idlest_sgs.group_type) in sched_balance_find_dst_group()11196 if (local_sgs.group_type > idlest_sgs.group_type) in sched_balance_find_dst_group()11199 switch (local_sgs.group_type) { in sched_balance_find_dst_group()11217 ((idlest_sgs.avg_load + imbalance) >= local_sgs.avg_load)) in sched_balance_find_dst_group()11224 if (idlest_sgs.avg_load >= (local_sgs.avg_load + imbalance)) in sched_balance_find_dst_group()11227 if (100 * local_sgs.avg_load <= sd->imbalance_pct * idlest_sgs.avg_load) in sched_balance_find_dst_group()11275 imbalance = abs(local_sgs.idle_cpus - idlest_sgs.idle_cpus); in sched_balance_find_dst_group()11277 local_sgs.sum_nr_running + 1, in sched_balance_find_dst_group()[all …]