1. NAME

calculate_imbalance - Calculate the amount of imbalance present within the groups of a given sched_domain during load balance.

2. SYNOPSIS

void calculate_imbalance(struct lb_env *  env , struct sd_lb_stats *  sds );

3. ARGUMENTS

env
    load balance environment

sds
    statistics of the sched_domain whose imbalance is to be calculated.

4. COPYRIGHT