Lines Matching defs:sg_lb_stats
11420 struct sg_lb_stats { struct
11421 unsigned long avg_load; /* Avg load over the CPUs of the group */
11422 unsigned long group_load; /* Total load over the CPUs of the group */
11423 unsigned long group_capacity; /* Capacity over the CPUs of the group */
11424 unsigned long group_util; /* Total utilization over the CPUs of the group */
11425 unsigned long group_runnable; /* Total runnable time over the CPUs of the group */
11426 unsigned int sum_nr_running; /* Nr of all tasks running in the group */
11427 unsigned int sum_h_nr_running; /* Nr of CFS tasks running in the group */
11428 unsigned int idle_cpus; /* Nr of idle CPUs in the group */
11429 unsigned int group_weight;
11430 enum group_type group_type;
11431 unsigned int group_asym_packing; /* Tasks should be moved to preferred CPU */
11432 unsigned int group_smt_balance; /* Task on busy SMT be moved */
11456 struct sg_lb_stats busiest_stat; /* Statistics of the busiest group */ argument