Searched refs:local_sgs (Results 1 – 1 of 1) sorted by relevance
12409 struct sg_lb_stats local_sgs, tmp_sgs; in sched_balance_find_dst_group() local12433 sgs = &local_sgs; in sched_balance_find_dst_group()12461 if (local_sgs.group_type < idlest_sgs.group_type) in sched_balance_find_dst_group()12468 if (local_sgs.group_type > idlest_sgs.group_type) in sched_balance_find_dst_group()12471 switch (local_sgs.group_type) { in sched_balance_find_dst_group()12489 ((idlest_sgs.avg_load + imbalance) >= local_sgs.avg_load)) in sched_balance_find_dst_group()12496 if (idlest_sgs.avg_load >= (local_sgs.avg_load + imbalance)) in sched_balance_find_dst_group()12499 if (100 * local_sgs.avg_load <= sd->imbalance_pct * idlest_sgs.avg_load) in sched_balance_find_dst_group()12548 imbalance = abs(local_sgs.idle_cpus - idlest_sgs.idle_cpus); in sched_balance_find_dst_group()12550 local_sgs.sum_nr_running + 1, in sched_balance_find_dst_group()[all …]