Searched defs:sg_lb_stats (Results 1 – 1 of 1) sorted by relevance
5996 struct sg_lb_stats { struct5997 unsigned long avg_load; /*Avg load across the CPUs of the group */5998 unsigned long group_load; /* Total load over the CPUs of the group */5999 unsigned long sum_weighted_load; /* Weighted load of group's tasks */6000 unsigned long load_per_task;6001 unsigned long group_capacity;6025 struct sg_lb_stats busiest_stat;/* Statistics of the busiest group */ argument