Home
last modified time | relevance | path

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

/linux/drivers/cpuidle/governors/
H A Dteo.c149 unsigned int total_tick; member
233 teo_decay(&cpu_data->total_tick); in teo_update()
235 cpu_data->total_tick += PULSE; in teo_update()
241 if (3 * cpu_data->total_tick > 2 * cpu_data->total) { in teo_update()