Lines Matching defs:total
187 * @total: Grand total of the "intercepts" and "hits" metrics for all bins.
197 unsigned int total;
265 cpu_data->total = 0;
278 cpu_data->total += bin->hits + bin->intercepts;
305 cpu_data->total += cpu_data->tick_hits;
332 cpu_data->total += PULSE;
497 alt_intercepts = 2 * idx_intercept_sum > cpu_data->total - idx_hit_sum;
607 * total wakeup events, do not stop the tick.
610 tick_intercept_sum > cpu_data->total / 2 + cpu_data->total / 8)