Lines Matching refs:intercepts

49  * Two metrics called "hits" and "intercepts" are associated with each bin.
56 * length). In turn, the "intercepts" metric reflects the relative frequency of
60 * situations are referred to as "intercepts" below).
63 * intercepts (that is, intercepts that have occurred during the last
74 * - The sum of the "hits" and "intercepts" metrics for the candidate state
79 * - The sum of the "intercepts" metrics for all of the idle states shallower
84 * - The sum of the numbers of recent intercepts for all of the idle states
94 * - For each of them compute the sum of the "intercepts" metrics and the sum
95 * of the numbers of recent intercepts over all of the idle states between
172 * @intercepts: The "intercepts" metric.
174 * @recent: The number of recent "intercepts".
177 unsigned int intercepts;
187 * @total: Grand total of the "intercepts" and "hits" metrics for all bins.
189 * @recent_idx: Indices of bins corresponding to recent "intercepts".
268 * Decay the "hits" and "intercepts" metrics for all of the bins and
276 bin->intercepts -= bin->intercepts >> DECAY_SHIFT;
278 cpu_data->total += bin->hits + bin->intercepts;
319 * Otherwise, update the "intercepts" metric for the bin fallen into by
326 cpu_data->state_bins[idx_duration].intercepts += PULSE;
449 intercept_sum += prev_bin->intercepts;
486 cpu_data->state_bins[drv->state_count-1].intercepts;
489 * If the sum of the intercepts metric for all of the idle states
491 * sum of the intercepts and hits metrics for the candidate state and
493 * intercepts over all of the states shallower than the candidate one
505 * cases (both with respect to intercepts overall and with
506 * respect to the recent intercepts only) in the past.
517 intercept_sum += bin->intercepts;
606 * and intercepts occurring before the tick length are the majority of