Home
last modified time | relevance | path

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

/linux/drivers/cpuidle/governors/
H A Dteo.c147 struct teo_bin state_bins[CPUIDLE_STATE_MAX]; member
213 struct teo_bin *bin = &cpu_data->state_bins[i]; in teo_update()
242 cpu_data->state_bins[drv->state_count-1].hits += PULSE; in teo_update()
253 cpu_data->state_bins[idx_timer].hits += PULSE; in teo_update()
270 cpu_data->state_bins[idx_timer].hits += PULSE; in teo_update()
272 cpu_data->state_bins[idx_duration].intercepts += PULSE; in teo_update()
351 struct teo_bin *prev_bin = &cpu_data->state_bins[i-1]; in teo_select()
454 intercept_sum += cpu_data->state_bins[i].intercepts; in teo_select()