Home
last modified time | relevance | path

Searched refs:idx_timer (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
163 idx_timer = i; in teo_update()
177 if (idx_timer >= 0) { in teo_update()
178 unsigned int hits = cpu_data->states[idx_timer].hits; in teo_update()
179 unsigned int misses = cpu_data->states[idx_timer].misses; in teo_update()
184 if (idx_timer > idx_hit) { in teo_update()
192 cpu_data->states[idx_timer].misses = misses; in teo_update()
193 cpu_data->states[idx_timer].hits = hits; in teo_update()