Lines Matching full:hits
44 * Two metrics called "hits" and "intercepts" are associated with each bin.
48 * The "hits" metric reflects the relative frequency of situations in which the
69 * - The sum of the "hits" and "intercepts" metrics for the candidate state
126 * @hits: The "hits" metric.
131 unsigned int hits; member
140 * @total: Grand total of the "intercepts" and "hits" mertics for all bins.
199 * Decay the "hits" and "intercepts" metrics for all of the bins and in teo_update()
207 bin->hits -= bin->hits >> DECAY_SHIFT; in teo_update()
210 cpu_data->total += bin->hits + bin->intercepts; in teo_update()
228 * length, this is a "hit", so update the "hits" metric for that bin. in teo_update()
233 cpu_data->state_bins[idx_timer].hits += PULSE; in teo_update()
340 hit_sum += prev_bin->hits; in teo_select()
375 * sum of the intercepts and hits metrics for the candidate state and in teo_select()