Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c9902 unsigned long group_capacity; /* Capacity over the CPUs of the group */ member
10123 if ((sgs->group_capacity * imbalance_pct) < in group_has_capacity()
10127 if ((sgs->group_capacity * 100) > in group_has_capacity()
10148 if ((sgs->group_capacity * 100) < in group_is_overloaded()
10152 if ((sgs->group_capacity * imbalance_pct) < in group_is_overloaded()
10395 sgs->group_capacity = group->sgc->capacity; in update_sg_lb_stats()
10413 sgs->group_capacity; in update_sg_lb_stats()
10689 sgs->group_capacity = group->sgc->capacity; in update_sg_wakeup_stats()
10702 sgs->group_capacity; in update_sg_wakeup_stats()
11037 sds->total_capacity += sgs->group_capacity; in update_sd_lb_stats()
[all …]