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