Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c9457 unsigned long group_load; /* Total load over the CPUs of the group */
9915 sgs->group_load += load; in update_sg_lb_stats()
9978 sgs->avg_load = (sgs->group_load * SCHED_CAPACITY_SCALE) / in update_sg_lb_stats()
10240 sgs->group_load += cpu_load_without(rq, p); in update_sg_wakeup_stats()
10275 sgs->avg_load = (sgs->group_load * SCHED_CAPACITY_SCALE) / in update_sg_wakeup_stats()
10615 sds->total_load += sgs->group_load; in update_sd_lb_stats()
10783 local->avg_load = (local->group_load * SCHED_CAPACITY_SCALE) / in calculate_imbalance()
9455 unsigned long group_load; /* Total load over the CPUs of the group */ global() member