Lines Matching full:recent
21 * (relatively recent) past can be used to estimate whether or not the deepest
28 * which can be covered by taking a few most recent idle time intervals of the
62 * In addition to the metrics described above, the governor counts recent
84 * - The sum of the numbers of recent intercepts for all of the idle states
95 * of the numbers of recent intercepts over all of the idle states between
165 * Number of the most recent idle duration values to take into consideration for
166 * the detection of recent early wakeup patterns.
174 * @recent: The number of recent "intercepts".
179 unsigned int recent; member
189 * @recent_idx: Indices of bins corresponding to recent "intercepts".
294 cpu_data->state_bins[cpu_data->recent_idx[i]].recent--; in teo_update()
327 cpu_data->state_bins[idx_duration].recent++; in teo_update()
451 recent_sum += prev_bin->recent; in teo_select()
492 * all of the deeper states, or the sum of the numbers of recent in teo_select()
494 * is greater than a half of the number of recent events taken into in teo_select()
506 * respect to the recent intercepts only) in the past. in teo_select()
518 recent_sum += bin->recent; in teo_select()