Lines Matching refs:state_bins
186 * @state_bins: Idle state data bins for this CPU.
196 struct teo_bin state_bins[CPUIDLE_STATE_MAX];
273 struct teo_bin *bin = &cpu_data->state_bins[i];
294 cpu_data->state_bins[cpu_data->recent_idx[i]].recent--;
323 cpu_data->state_bins[idx_timer].hits += PULSE;
326 cpu_data->state_bins[idx_duration].intercepts += PULSE;
327 cpu_data->state_bins[idx_duration].recent++;
442 struct teo_bin *prev_bin = &cpu_data->state_bins[i-1];
486 cpu_data->state_bins[drv->state_count-1].intercepts;
515 struct teo_bin *bin = &cpu_data->state_bins[i];