Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c10031 * group_has_capacity returns true if the group has spare capacity that could
10043 group_has_capacity(unsigned int imbalance_pct, struct sg_lb_stats *sgs) in group_has_capacity() function
10062 * group_is_overloaded is not equals to !group_has_capacity because a group
10064 * overloaded so both group_has_capacity and group_is_overloaded return
10104 if (!group_has_capacity(imbalance_pct, sgs)) in group_classify()