Lines Matching refs:idlest
10679 static bool update_pick_idlest(struct sched_group *idlest, in update_pick_idlest() argument
10711 if (idlest->sgc->max_capacity >= group->sgc->max_capacity) in update_pick_idlest()
10740 struct sched_group *idlest = NULL, *local = NULL, *group = sd->groups; in sched_balance_find_dst_group() local
10773 if (!local_group && update_pick_idlest(idlest, &idlest_sgs, group, sgs)) { in sched_balance_find_dst_group()
10774 idlest = group; in sched_balance_find_dst_group()
10782 if (!idlest) in sched_balance_find_dst_group()
10787 return idlest; in sched_balance_find_dst_group()
10801 return idlest; in sched_balance_find_dst_group()
10843 if (local->sgc->max_capacity >= idlest->sgc->max_capacity) in sched_balance_find_dst_group()
10860 idlest_cpu = cpumask_first(sched_group_span(idlest)); in sched_balance_find_dst_group()
10862 return idlest; in sched_balance_find_dst_group()
10900 return idlest; in sched_balance_find_dst_group()