Home
last modified time | relevance | path

Searched refs:local_sgs (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/sched/
H A Dfair.c10741 struct sg_lb_stats local_sgs, tmp_sgs; in sched_balance_find_dst_group() local
10765 sgs = &local_sgs; in sched_balance_find_dst_group()
10793 if (local_sgs.group_type < idlest_sgs.group_type) in sched_balance_find_dst_group()
10800 if (local_sgs.group_type > idlest_sgs.group_type) in sched_balance_find_dst_group()
10803 switch (local_sgs.group_type) { in sched_balance_find_dst_group()
10821 ((idlest_sgs.avg_load + imbalance) >= local_sgs.avg_load)) in sched_balance_find_dst_group()
10828 if (idlest_sgs.avg_load >= (local_sgs.avg_load + imbalance)) in sched_balance_find_dst_group()
10831 if (100 * local_sgs.avg_load <= sd->imbalance_pct * idlest_sgs.avg_load) in sched_balance_find_dst_group()
10880 imbalance = abs(local_sgs.idle_cpus - idlest_sgs.idle_cpus); in sched_balance_find_dst_group()
10882 local_sgs.sum_nr_running + 1, in sched_balance_find_dst_group()
[all …]