Man Page: update_sd_pick_busiest
Operating Environment: centos
Section: 9
UPDATE_SD_PICK_BUSIE(9) Driver Basics UPDATE_SD_PICK_BUSIE(9)NAMEupdate_sd_pick_busiest - return 1 on busiest groupSYNOPSISbool update_sd_pick_busiest(struct lb_env * env, struct sd_lb_stats * sds, struct sched_group * sg, struct sg_lb_stats * sgs);ARGUMENTSenv The load balancing environment. sds sched_domain statistics sg sched_group candidate to be checked for being the busiest sgs sched_group statisticsDESCRIPTIONDetermine if sg is a busier group than the previously selected busiest group.RETURNtrue if sg is a busier group than the previously selected busiest group. false otherwise.COPYRIGHTKernel Hackers Manual 3.10 June 2014 UPDATE_SD_PICK_BUSIE(9)