Searched refs:local_sgs (Results 1 – 1 of 1) sorted by relevance
10901 struct sg_lb_stats local_sgs, tmp_sgs; in sched_balance_find_dst_group() local10925 sgs = &local_sgs; in sched_balance_find_dst_group()10953 if (local_sgs.group_type < idlest_sgs.group_type) in sched_balance_find_dst_group()10960 if (local_sgs.group_type > idlest_sgs.group_type) in sched_balance_find_dst_group()10963 switch (local_sgs.group_type) { in sched_balance_find_dst_group()10981 ((idlest_sgs.avg_load + imbalance) >= local_sgs.avg_load)) in sched_balance_find_dst_group()10988 if (idlest_sgs.avg_load >= (local_sgs.avg_load + imbalance)) in sched_balance_find_dst_group()10991 if (100 * local_sgs.avg_load <= sd->imbalance_pct * idlest_sgs.avg_load) in sched_balance_find_dst_group()11039 imbalance = abs(local_sgs.idle_cpus - idlest_sgs.idle_cpus); in sched_balance_find_dst_group()11041 local_sgs.sum_nr_running + 1, in sched_balance_find_dst_group()[all …]