Home
last modified time | relevance | path

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

/linux/drivers/cpuidle/governors/
H A Dteo.c150 unsigned int tick_intercepts; member
231 teo_decay(&cpu_data->tick_intercepts); in teo_update()
252 if (3 * cpu_data->tick_intercepts < 2 * total) { in teo_update()
274 cpu_data->tick_intercepts += PULSE; in teo_update()
521 3 * cpu_data->tick_intercepts >= 2 * cpu_data->total) in teo_select()