Home
last modified time | relevance | path

Searched refs: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.
189 * @recent_idx: Indices of bins corresponding to recent "intercepts".
199 int recent_idx[NR_RECENT]; member
293 if (cpu_data->recent_idx[i] >= 0) in teo_update()
294 cpu_data->state_bins[cpu_data->recent_idx[i]].recent--; in teo_update()
324 cpu_data->recent_idx[i] = -1; in teo_update()
328 cpu_data->recent_idx[i] = idx_duration; in teo_update()
677 cpu_data->recent_idx[i] = -1; in teo_enable_device()

Completed in 2 milliseconds