centos man page for update_sg_lb_stats

Query: update_sg_lb_stats

OS: centos

Section: 9

Links: centos man pages   all man pages   forum categories

Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UPDATE_SG_LB_STATS(9)						   Driver Basics					     UPDATE_SG_LB_STATS(9)

NAME
update_sg_lb_stats - Update sched_group's statistics for load balancing.
SYNOPSIS
void update_sg_lb_stats(struct lb_env * env, struct sched_group * group, int load_idx, int local_group, struct sg_lb_stats * sgs);
ARGUMENTS
env The load balancing environment. group sched_group whose statistics are to be updated. load_idx Load index of sched_domain of this_cpu for load calc. local_group Does group contain this_cpu. sgs variable to hold the statistics for this group.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 UPDATE_SG_LB_STATS(9)