Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c9092 struct sg_lb_stats { struct
9093 unsigned long avg_load; /*Avg load across the CPUs of the group */
9094 unsigned long group_load; /* Total load over the CPUs of the group */
9095 unsigned long sum_weighted_load; /* Weighted load of group's tasks */
9096 unsigned long load_per_task;
9097 unsigned long group_capacity;
9098 unsigned long group_util; /* Total utilization of the group */
9099 unsigned int sum_nr_running; /* Nr tasks running in the group */
9100 unsigned int idle_cpus;
9101 unsigned int group_weight;
[all …]