Searched refs:early_hits (Results 1 – 2 of 2) sorted by relevance
89 unsigned int early_hits; member154 unsigned int early_hits = cpu_data->states[i].early_hits; in teo_update() local156 cpu_data->states[i].early_hits -= early_hits >> DECAY_SHIFT; in teo_update()183 cpu_data->states[idx_hit].early_hits += PULSE; in teo_update()270 count < cpu_data->states[i].early_hits) in teo_select()271 count = cpu_data->states[i].early_hits; in teo_select()287 if (count < cpu_data->states[i].early_hits && in teo_select()290 count = cpu_data->states[i].early_hits; in teo_select()
368 by the ``CPUIdle`` driver: ``hits``, ``misses`` and ``early_hits``.385 The ``early_hits`` metric measures the likelihood that a given idle state will399 preselects the shallower idle state with the maximum ``early_hits`` metric400 (or if there are multiple shallower idle states with equal ``early_hits``406 ``misses`` and ``early_hits`` metrics.]