Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dfair.c7677 struct sg_lb_stats { struct
7678 unsigned long avg_load; /*Avg load across the CPUs of the group */
7679 unsigned long group_load; /* Total load over the CPUs of the group */
7680 unsigned long load_per_task;
7681 unsigned long group_capacity;
7682 unsigned long group_util; /* Total utilization of the group */
7683 unsigned int sum_nr_running; /* Nr tasks running in the group */
7707 struct sg_lb_stats busiest_stat;/* Statistics of the busiest group */ argument