Lines Matching full:intervals
18 * they can be covered by taking a few most recent idle time intervals of the
65 #define INTERVALS 8 macro
100 * @intervals: Saved idle duration values.
107 u64 intervals[INTERVALS]; member
200 cpu_data->intervals[cpu_data->interval_idx++] = measured_ns; in teo_update()
201 if (cpu_data->interval_idx >= INTERVALS) in teo_update()
387 for (i = 0; i < INTERVALS; i++) { in teo_select()
388 u64 val = cpu_data->intervals[i]; in teo_select()
401 if (count > INTERVALS / 2) { in teo_select()
475 for (i = 0; i < INTERVALS; i++) in teo_enable_device()
476 cpu_data->intervals[i] = U64_MAX; in teo_enable_device()