Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c10039 unsigned long group_capacity; /* Capacity over the CPUs of the group */ member
10260 if ((sgs->group_capacity * imbalance_pct) < in group_has_capacity()
10264 if ((sgs->group_capacity * 100) > in group_has_capacity()
10285 if ((sgs->group_capacity * 100) < in group_is_overloaded()
10289 if ((sgs->group_capacity * imbalance_pct) < in group_is_overloaded()
10532 sgs->group_capacity = group->sgc->capacity; in update_sg_lb_stats()
10550 sgs->group_capacity; in update_sg_lb_stats()
10827 sgs->group_capacity = group->sgc->capacity; in update_sg_wakeup_stats()
10840 sgs->group_capacity; in update_sg_wakeup_stats()
11174 sds->total_capacity += sgs->group_capacity; in update_sd_lb_stats()
[all …]