Home
last modified time | relevance | path

Searched refs:early_hits (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpuidle/governors/
H A Dteo.c69 * @early_hits: "Early" CPU wakeups "matching" this state.
89 unsigned int early_hits; member
158 unsigned int early_hits = cpu_data->states[i].early_hits; in teo_update() local
160 cpu_data->states[i].early_hits -= early_hits >> DECAY_SHIFT; in teo_update()
187 cpu_data->states[idx_hit].early_hits += PULSE; in teo_update()
246 unsigned int hits, misses, early_hits; in teo_select() local
262 early_hits = 0; in teo_select()
290 if (early_hits > in teo_select()
[all...]

Completed in 1 milliseconds