Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dfair.c5938 struct sg_lb_stats { struct
5939 unsigned long avg_load; /*Avg load across the CPUs of the group */
5940 unsigned long group_load; /* Total load over the CPUs of the group */
5941 unsigned long sum_weighted_load; /* Weighted load of group's tasks */
5942 unsigned long load_per_task;
5943 unsigned long group_capacity;
5967 struct sg_lb_stats busiest_stat;/* Statistics of the busiest group */ argument