Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpuidle/governors/
Dteo.c89 unsigned int early_hits; member
154 unsigned int early_hits = cpu_data->states[i].early_hits; in teo_update() local
156 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()
/Linux-v5.4/Documentation/admin-guide/pm/
Dcpuidle.rst368 by the ``CPUIdle`` driver: ``hits``, ``misses`` and ``early_hits``.
385 The ``early_hits`` metric measures the likelihood that a given idle state will
399 preselects the shallower idle state with the maximum ``early_hits`` metric
400 (or if there are multiple shallower idle states with equal ``early_hits``
406 ``misses`` and ``early_hits`` metrics.]