Searched refs:early_hits (Results 1 – 2 of 2) sorted by relevance
89 unsigned int early_hits; member158 unsigned int early_hits = cpu_data->states[i].early_hits; in teo_update() local160 cpu_data->states[i].early_hits -= early_hits >> DECAY_SHIFT; in teo_update()187 cpu_data->states[idx_hit].early_hits += PULSE; in teo_update()246 unsigned int hits, misses, early_hits; in teo_select() local262 early_hits = 0; in teo_select()290 if (early_hits >= cpu_data->states[i].early_hits || in teo_select()302 early_hits = cpu_data->states[i].early_hits; in teo_select()316 early_hits = cpu_data->states[i].early_hits; in teo_select()339 if (early_hits < cpu_data->states[i].early_hits && in teo_select()[all …]
366 by the ``CPUIdle`` driver: ``hits``, ``misses`` and ``early_hits``.383 The ``early_hits`` metric measures the likelihood that a given idle state will397 preselects the shallower idle state with the maximum ``early_hits`` metric398 (or if there are multiple shallower idle states with equal ``early_hits``404 ``misses`` and ``early_hits`` metrics.]