Lines Matching full:intercepts
46 * Two metrics called "hits" and "intercepts" are associated with each bin.
53 * length). In turn, the "intercepts" metric reflects the relative frequency of
56 * into by the sleep length (these events are also referred to as "intercepts"
59 * The governor also counts "intercepts" with the measured idle duration below
74 * - The sum of the "intercepts" metric for all of the idle states shallower
85 * - For each of them compute the sum of the "intercepts" metrics over all
123 * @intercepts: The "intercepts" metric.
127 unsigned int intercepts; member
135 * @total: Grand total of the "intercepts" and "hits" metrics for all bins.
136 * @tick_intercepts: "Intercepts" before TICK_NSEC.
192 * Decay the "hits" and "intercepts" metrics for all of the bins and in teo_update()
200 bin->intercepts -= bin->intercepts >> DECAY_SHIFT; in teo_update()
215 * Otherwise, update the "intercepts" metric for the bin fallen into by in teo_update()
221 cpu_data->state_bins[idx_duration].intercepts += PULSE; in teo_update()
317 intercept_sum += prev_bin->intercepts; in teo_select()
352 * If the sum of the intercepts metric for all of the idle states in teo_select()
354 * sum of the intercepts and hits metrics for the candidate state and in teo_select()
374 intercept_sum += bin->intercepts; in teo_select()
469 * and intercepts occurring before the tick length are the majority of in teo_select()