Searched defs:sg_lb_stats (Results 1 – 1 of 1) sorted by relevance
5938 struct sg_lb_stats { struct5939 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