Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpuidle/governors/
H A Dteo.c145 unsigned int short_idles; member
163 cpu_data->short_idles -= cpu_data->short_idles >> DECAY_SHIFT; in teo_update()
184 cpu_data->short_idles += PULSE; in teo_update()
187 cpu_data->short_idles += PULSE; in teo_update()
447 (2 * cpu_data->short_idles >= cpu_data->total || in teo_select()