Searched refs:local_sgs (Results 1 – 1 of 1) sorted by relevance
10341 struct sg_lb_stats local_sgs, tmp_sgs; in find_idlest_group() 10365 sgs = &local_sgs; in find_idlest_group() 10393 if (local_sgs.group_type < idlest_sgs.group_type) in find_idlest_group() 10400 if (local_sgs.group_type > idlest_sgs.group_type) in find_idlest_group() 10403 switch (local_sgs.group_type) { in find_idlest_group() 10421 ((idlest_sgs.avg_load + imbalance) >= local_sgs.avg_load)) in find_idlest_group() 10428 if (idlest_sgs.avg_load >= (local_sgs.avg_load + imbalance)) in find_idlest_group() 10431 if (100 * local_sgs.avg_load <= sd->imbalance_pct * idlest_sgs.avg_load) in find_idlest_group() 10480 imbalance = abs(local_sgs.idle_cpus - idlest_sgs.idle_cpus); in find_idlest_group() 10482 local_sgs in find_idlest_group() 10339 struct sg_lb_stats local_sgs, tmp_sgs; find_idlest_group() local [all...]