Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c4236 unsigned long group_capacity; member
4522 sgs->group_capacity = DIV_ROUND_CLOSEST(group->sgp->power, in update_sg_lb_stats()
4524 if (!sgs->group_capacity) in update_sg_lb_stats()
4525 sgs->group_capacity = fix_small_capacity(env->sd, group); in update_sg_lb_stats()
4528 if (sgs->group_capacity > sgs->sum_nr_running) in update_sg_lb_stats()
4550 if (sgs->sum_nr_running > sgs->group_capacity) in update_sd_pick_busiest()
4616 sgs.group_capacity = min(sgs.group_capacity, 1UL); in update_sd_lb_stats()
4630 sds->busiest_group_capacity = sgs.group_capacity; in update_sd_lb_stats()