Home
last modified time | relevance | path

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

/drivers/cpuidle/governors/
A Dteo.c119 #define DECAY_SHIFT 3 macro
163 cpu_data->short_idles -= cpu_data->short_idles >> DECAY_SHIFT; in teo_update()
199 bin->hits -= bin->hits >> DECAY_SHIFT; in teo_update()
200 bin->intercepts -= bin->intercepts >> DECAY_SHIFT; in teo_update()
211 cpu_data->tick_intercepts -= cpu_data->tick_intercepts >> DECAY_SHIFT; in teo_update()
226 cpu_data->total -= cpu_data->total >> DECAY_SHIFT; in teo_update()

Completed in 4 milliseconds