Home
last modified time | relevance | path

Searched refs:idlest_sgs (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c9291 static bool update_pick_idlest(struct sched_group *idlest, struct sg_lb_stats *idlest_sgs, struct sched_group *group, in update_pick_idlest() argument
9294 if (sgs->group_type < idlest_sgs->group_type) { in update_pick_idlest()
9298 if (sgs->group_type > idlest_sgs->group_type) { in update_pick_idlest()
9311 if (idlest_sgs->avg_load <= sgs->avg_load) { in update_pick_idlest()
9330 if (idlest_sgs->idle_cpus > sgs->idle_cpus) { in update_pick_idlest()
9335 if (idlest_sgs->idle_cpus == sgs->idle_cpus && idlest_sgs->group_util <= sgs->group_util) { in update_pick_idlest()
9357 struct sg_lb_stats idlest_sgs = { in find_idlest_group() local
9390 if (!local_group && update_pick_idlest(idlest, &idlest_sgs, group, sgs)) { in find_idlest_group()
9392 idlest_sgs in find_idlest_group()
[all...]

Completed in 13 milliseconds