Home
last modified time | relevance | path

Searched defs:sg_lb_stats (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dfair.c9444 struct sg_lb_stats { struct
9445 unsigned long avg_load; /*Avg load across the CPUs of the group */
9446 unsigned long group_load; /* Total load over the CPUs of the group */
9447 unsigned long group_capacity;
9448 unsigned long group_util; /* Total utilization over the CPUs of the group */
9449 unsigned long group_runnable; /* Total runnable time over the CPUs of the group */
9450 unsigned int sum_nr_running; /* Nr of tasks running in the group */
9451 unsigned int sum_h_nr_running; /* Nr of CFS tasks running in the group */
9452 unsigned int idle_cpus;
9476 struct sg_lb_stats busiest_stat;/* Statistics of the busiest group */ argument