Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dfair.c7502 struct sg_lb_stats { struct
7503 unsigned long avg_load; /*Avg load across the CPUs of the group */
7504 unsigned long group_load; /* Total load over the CPUs of the group */
7505 unsigned long sum_weighted_load; /* Weighted load of group's tasks */
7506 unsigned long load_per_task;
7507 unsigned long group_capacity;
7508 unsigned long group_util; /* Total utilization of the group */
7532 struct sg_lb_stats busiest_stat;/* Statistics of the busiest group */ argument