Lines Matching full:recent
16 * (relatively recent) past can be used to estimate whether or not the deepest
23 * which can be covered by taking a few most recent idle time intervals of the
57 * In addition to the metrics described above, the governor counts recent
79 * - The sum of the numbers of recent intercepts for all of the idle states
90 * of the numbers of recent intercepts over all of the idle states between
118 * Number of the most recent idle duration values to take into consideration for
119 * the detection of recent early wakeup patterns.
127 * @recent: The number of recent "intercepts".
132 unsigned int recent; member
142 * @recent_idx: Indices of bins corresponding to recent "intercepts".
224 cpu_data->state_bins[cpu_data->recent_idx[i]].recent--; in teo_update()
237 cpu_data->state_bins[idx_duration].recent++; in teo_update()
341 recent_sum += prev_bin->recent; in teo_select()
376 * all of the deeper states, or the sum of the numbers of recent in teo_select()
378 * is greater than a half of the number of recent events taken into in teo_select()
392 * respect to the recent intercepts only) in the past. in teo_select()
405 recent_sum += bin->recent; in teo_select()