best_imp         1516 kernel/sched/fair.c 	long best_imp;
best_imp         1544 kernel/sched/fair.c 	env->best_imp = imp;
best_imp         1617 kernel/sched/fair.c 		if (maymove && moveimp >= env->best_imp)
best_imp         1661 kernel/sched/fair.c 	if (maymove && moveimp > imp && moveimp > env->best_imp) {
best_imp         1673 kernel/sched/fair.c 	if (imp < SMALLIMP || imp <= env->best_imp + SMALLIMP / 2)
best_imp         1748 kernel/sched/fair.c 		.best_imp = 0,