1UPDATE_SG_LB_STATS(9) Driver Basics UPDATE_SG_LB_STATS(9)
2
3
4
6 update_sg_lb_stats - Update sched_group's statistics for load
7 balancing.
8
10 void update_sg_lb_stats(struct lb_env * env,
11 struct sched_group * group, int load_idx,
12 int local_group, struct sg_lb_stats * sgs,
13 bool * overload);
14
16 env
17 The load balancing environment.
18
19 group
20 sched_group whose statistics are to be updated.
21
22 load_idx
23 Load index of sched_domain of this_cpu for load calc.
24
25 local_group
26 Does group contain this_cpu.
27
28 sgs
29 variable to hold the statistics for this group.
30
31 overload
32 -- undescribed --
33
35Kernel Hackers Manual 3.10 June 2019 UPDATE_SG_LB_STATS(9)