Searched refs:state_bins (Results 1 – 1 of 1) sorted by relevance
195 struct teo_bin state_bins[CPUIDLE_STATE_MAX]; member272 struct teo_bin *bin = &cpu_data->state_bins[i]; in teo_update()291 cpu_data->state_bins[cpu_data->recent_idx[i]].recent--; in teo_update()300 cpu_data->state_bins[idx_timer].hits += PULSE; in teo_update()303 cpu_data->state_bins[idx_duration].intercepts += PULSE; in teo_update()304 cpu_data->state_bins[idx_duration].recent++; in teo_update()417 struct teo_bin *prev_bin = &cpu_data->state_bins[i-1]; in teo_select()486 struct teo_bin *bin = &cpu_data->state_bins[i]; in teo_select()
Completed in 5 milliseconds