1CALCULATE_IMBALANCE(9) Driver Basics CALCULATE_IMBALANCE(9)
23
4
NAME
6calculate_imbalance - Calculate the amount of imbalance present within
7the groups of a given sched_domain during load balance.
8
SYNOPSIS
10void calculate_imbalance(struct lb_env * env,
11struct sd_lb_stats * sds);
12
ARGUMENTS
14env
15load balance environment
1617
sds
18statistics of the sched_domain whose imbalance is to be calculated.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 CALCULATE_IMBALANCE(9)