Home
last modified time | relevance | path

Searched refs:idx_hit (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/cpuidle/governors/
H A Dteo.c120 int i, idx_hit = -1, idx_timer = -1; in teo_update() local
165 idx_hit = i; in teo_update()
184 if (idx_timer > idx_hit) { in teo_update()
186 if (idx_hit >= 0) in teo_update()
187 cpu_data->states[idx_hit].early_hits += PULSE; in teo_update()