1FIX_SMALL_IMBALANCE(9) Driver Basics FIX_SMALL_IMBALANCE(9)
23
4
NAME
6fix_small_imbalance - Calculate the minor imbalance that exists amongst
7the groups of a sched_domain, during load balancing.
8
SYNOPSIS
10void fix_small_imbalance(struct lb_env * env,
11struct sd_lb_stats * sds);
12
ARGUMENTS
14env
15The load balancing environment.
1617
sds
18Statistics of the sched_domain whose imbalance is to be calculated.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 FIX_SMALL_IMBALANCE(9)