Lines Matching refs:load_idx
5698 int load_idx = sd->forkexec_idx; in find_idlest_group() local
5704 load_idx = sd->wake_idx; in find_idlest_group()
5731 load = source_load(i, load_idx); in find_idlest_group()
5733 load = target_load(i, load_idx); in find_idlest_group()
7568 int load_idx; in get_sd_load_idx() local
7572 load_idx = sd->busy_idx; in get_sd_load_idx()
7576 load_idx = sd->newidle_idx; in get_sd_load_idx()
7579 load_idx = sd->idle_idx; in get_sd_load_idx()
7583 return load_idx; in get_sd_load_idx()
7841 struct sched_group *group, int load_idx, in update_sg_lb_stats() argument
7858 load = target_load(i, load_idx); in update_sg_lb_stats()
7860 load = source_load(i, load_idx); in update_sg_lb_stats()
8005 int load_idx, prefer_sibling = 0; in update_sd_lb_stats() local
8016 load_idx = get_sd_load_idx(env->sd, env->idle); in update_sd_lb_stats()
8032 update_sg_lb_stats(env, sg, load_idx, local_group, sgs, in update_sd_lb_stats()