Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/sched/
Dfair.c9923 struct sg_lb_stats { struct
9924 unsigned long avg_load; /* Avg load over the CPUs of the group */
9925 unsigned long group_load; /* Total load over the CPUs of the group */
9926 unsigned long group_capacity; /* Capacity over the CPUs of the group */
9927 unsigned long group_util; /* Total utilization over the CPUs of the group */
9928 unsigned long group_runnable; /* Total runnable time over the CPUs of the group */
9929 unsigned int sum_nr_running; /* Nr of all tasks running in the group */
9930 unsigned int sum_h_nr_running; /* Nr of CFS tasks running in the group */
9954 struct sg_lb_stats busiest_stat; /* Statistics of the busiest group */ argument