Lines Matching refs:load_idx
4647 int load_idx = sd->forkexec_idx; in find_idlest_group() local
4651 load_idx = sd->wake_idx; in find_idlest_group()
4672 load = source_load(i, load_idx); in find_idlest_group()
4674 load = target_load(i, load_idx); in find_idlest_group()
6002 int load_idx; in get_sd_load_idx() local
6006 load_idx = sd->busy_idx; in get_sd_load_idx()
6010 load_idx = sd->newidle_idx; in get_sd_load_idx()
6013 load_idx = sd->idle_idx; in get_sd_load_idx()
6017 return load_idx; in get_sd_load_idx()
6262 struct sched_group *group, int load_idx, in update_sg_lb_stats() argument
6276 load = target_load(i, load_idx); in update_sg_lb_stats()
6278 load = source_load(i, load_idx); in update_sg_lb_stats()
6398 int load_idx, prefer_sibling = 0; in update_sd_lb_stats() local
6404 load_idx = get_sd_load_idx(env->sd, env->idle); in update_sd_lb_stats()
6420 update_sg_lb_stats(env, sg, load_idx, local_group, sgs, in update_sd_lb_stats()