Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpuidle/governors/
H A Dteo.c89 unsigned int early_hits; member
158 unsigned int early_hits = cpu_data->states[i].early_hits; in teo_update() local
160 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() local
262 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 …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dcpuidle.rst366 by the ``CPUIdle`` driver: ``hits``, ``misses`` and ``early_hits``.
383 The ``early_hits`` metric measures the likelihood that a given idle state will
397 preselects the shallower idle state with the maximum ``early_hits`` metric
398 (or if there are multiple shallower idle states with equal ``early_hits``
404 ``misses`` and ``early_hits`` metrics.]