idx_hit           121 drivers/cpuidle/governors/teo.c 	int i, idx_hit = -1, idx_timer = -1;
idx_hit           161 drivers/cpuidle/governors/teo.c 				idx_hit = i;
idx_hit           180 drivers/cpuidle/governors/teo.c 		if (idx_timer > idx_hit) {
idx_hit           182 drivers/cpuidle/governors/teo.c 			if (idx_hit >= 0)
idx_hit           183 drivers/cpuidle/governors/teo.c 				cpu_data->states[idx_hit].early_hits += PULSE;