Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H A Dteo.c186 * @state_bins: Idle state data bins for this CPU.
196 struct teo_bin state_bins[CPUIDLE_STATE_MAX]; member
273 struct teo_bin *bin = &cpu_data->state_bins[i]; in teo_update()
294 cpu_data->state_bins[cpu_data->recent_idx[i]].recent--; in teo_update()
323 cpu_data->state_bins[idx_timer].hits += PULSE; in teo_update()
326 cpu_data->state_bins[idx_duration].intercepts += PULSE; in teo_update()
327 cpu_data->state_bins[idx_duration].recent++; in teo_update()
442 struct teo_bin *prev_bin = &cpu_data->state_bins[i-1]; in teo_select()
486 cpu_data->state_bins[drv->state_count-1].intercepts; in teo_select()
515 struct teo_bin *bin = &cpu_data->state_bins[ in teo_select()
[all...]

Completed in 1 milliseconds