Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H A Dteo.c188 * @next_recent_idx: Index of the next @recent_idx entry to update.
198 int next_recent_idx; member
289 i = cpu_data->next_recent_idx++; in teo_update()
290 if (cpu_data->next_recent_idx >= NR_RECENT) in teo_update()
291 cpu_data->next_recent_idx = 0; in teo_update()

Completed in 2 milliseconds