Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c11384 unsigned long group_capacity; /* Capacity over the CPUs of the group */ member
11610 if ((sgs->group_capacity * imbalance_pct) < in group_has_capacity()
11614 if ((sgs->group_capacity * 100) > in group_has_capacity()
11642 if ((sgs->group_capacity * 100) < in group_is_overloaded()
11646 if ((sgs->group_capacity * imbalance_pct) < in group_is_overloaded()
11855 if (unlikely(READ_ONCE(sd_share->capacity) != sgs->group_capacity)) in record_sg_llc_stats()
11856 WRITE_ONCE(sd_share->capacity, sgs->group_capacity); in record_sg_llc_stats()
12018 sgs->group_capacity = group->sgc->capacity; in update_sg_lb_stats()
12043 sgs->group_capacity; in update_sg_lb_stats()
12330 sgs->group_capacity = group->sgc->capacity; in update_sg_wakeup_stats()
[all …]