Home
last modified time | relevance | path

Searched refs:tick_hits (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H A Dteo.c190 * @tick_hits: Number of "hits" after TICK_NSEC.
200 unsigned int tick_hits; member
303 cpu_data->tick_hits -= cpu_data->tick_hits >> DECAY_SHIFT; in teo_update()
305 cpu_data->total += cpu_data->tick_hits; in teo_update()
310 cpu_data->tick_hits += PULSE; in teo_update()

Completed in 1 milliseconds