Query: find_busiest_group
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FIND_BUSIEST_GROUP(9) Driver Basics FIND_BUSIEST_GROUP(9)NAMEfind_busiest_group - Returns the busiest group within the sched_domain if there is an imbalance. If there isn't an imbalance, and the user has opted for power-savings, it returns a group whose CPUs can be put to idle by rebalancing those tasks elsewhere, if such a group exists.SYNOPSISstruct sched_group * find_busiest_group(struct lb_env * env);ARGUMENTSenv The load balancing environment.DESCRIPTIONAlso calculates the amount of weighted load which should be moved to restore balance.RETURN- The busiest group if imbalance exists. - If no imbalance and user has opted for power-savings balance, return the least loaded group whose CPUs can be put to idle by rebalancing its tasks onto our group.COPYRIGHTKernel Hackers Manual 3.10 June 2014 FIND_BUSIEST_GROUP(9)
Related Man Pages |
---|
gpasswd(1) - redhat |
putgrent(3) - linux |
getgrent(3) - redhat |
getgrgid(3) - redhat |
install(1) - ultrix |
Similar Topics in the Unix Linux Community |
---|
Kernel panics : trying to write / read on tiny tty driver |