Home
last modified time | relevance | path

Searched refs:idx_hit (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
161 idx_hit = i; in teo_update()
180 if (idx_timer > idx_hit) { in teo_update()
182 if (idx_hit >= 0) in teo_update()
183 cpu_data->states[idx_hit].early_hits += PULSE; in teo_update()