effective_load   1120 kernel/sched_fair.c 		tl += effective_load(tg, this_cpu, -weight, -weight);
effective_load   1121 kernel/sched_fair.c 		load += effective_load(tg, prev_cpu, 0, -weight);
effective_load   1127 kernel/sched_fair.c 	balanced = 100*(tl + effective_load(tg, this_cpu, weight, weight)) <=
effective_load   1128 kernel/sched_fair.c 		imbalance*(load + effective_load(tg, prev_cpu, 0, weight));