Searched defs:sg_lb_stats (Results 1 – 1 of 1) sorted by relevance
3515 struct sg_lb_stats { struct3516 unsigned long avg_load; /*Avg load across the CPUs of the group */3517 unsigned long group_load; /* Total load over the CPUs of the group */3518 unsigned long sum_nr_running; /* Nr tasks running in the group */3519 unsigned long sum_weighted_load; /* Weighted load of group's tasks */3520 unsigned long group_capacity;3521 unsigned long idle_cpus;3522 unsigned long group_weight;3523 int group_imb; /* Is there an imbalance in the group ? */3524 int group_has_capacity; /* Is there extra capacity in the group? */