Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpuidle/governors/
Dteo.c121 int i, idx_hit = -1, idx_timer = -1; in teo_update() local
159 idx_timer = i; in teo_update()
173 if (idx_timer >= 0) { in teo_update()
174 unsigned int hits = cpu_data->states[idx_timer].hits; in teo_update()
175 unsigned int misses = cpu_data->states[idx_timer].misses; in teo_update()
180 if (idx_timer > idx_hit) { in teo_update()
188 cpu_data->states[idx_timer].misses = misses; in teo_update()
189 cpu_data->states[idx_timer].hits = hits; in teo_update()