Lines Matching refs:load_idx
4737 int load_idx = sd->forkexec_idx; in find_idlest_group() local
4741 load_idx = sd->wake_idx; in find_idlest_group()
4762 load = source_load(i, load_idx); in find_idlest_group()
4764 load = target_load(i, load_idx); in find_idlest_group()
6060 int load_idx; in get_sd_load_idx() local
6064 load_idx = sd->busy_idx; in get_sd_load_idx()
6068 load_idx = sd->newidle_idx; in get_sd_load_idx()
6071 load_idx = sd->idle_idx; in get_sd_load_idx()
6075 return load_idx; in get_sd_load_idx()
6300 struct sched_group *group, int load_idx, in update_sg_lb_stats() argument
6314 load = target_load(i, load_idx); in update_sg_lb_stats()
6316 load = source_load(i, load_idx); in update_sg_lb_stats()
6436 int load_idx, prefer_sibling = 0; in update_sd_lb_stats() local
6442 load_idx = get_sd_load_idx(env->sd, env->idle); in update_sd_lb_stats()
6458 update_sg_lb_stats(env, sg, load_idx, local_group, sgs, in update_sd_lb_stats()