D | teo.c | 71 * @misses: CPU wakeups "missing" this state. 91 unsigned int misses; member 170 * Update the "hits" and "misses" data for the state matching the sleep in teo_update() 173 * miss, so increase the "misses" metric for it. In the latter case in teo_update() 179 unsigned int misses = cpu_data->states[idx_timer].misses; in teo_update() local 182 misses -= misses >> DECAY_SHIFT; in teo_update() 185 misses += PULSE; in teo_update() 192 cpu_data->states[idx_timer].misses = misses; in teo_update() 246 unsigned int hits, misses, early_hits; in teo_select() local 261 misses = 0; in teo_select() [all …]
|