Lines Matching defs:sum
424 * The accumulated sum of MSR is defined as a monotonic
441 /* get_msr_sum() = sum + (get_msr() - last) */
444 unsigned long long sum;
450 /* The percpu MSR sum array.*/
1751 /* sum per-core values only for 1st thread in core */
1771 /* sum per-pkg values only for 1st core in pkg */
1822 * sum the counters for all cpus in the system
3138 /* read /proc/interrupt count lines and sum up irqs per cpu */
3403 /* get_msr_sum() = sum + (get_msr() - last) */
3409 *msr = msr_last + per_cpu_msr_sum[cpu].entries[idx].sum;
3416 /* Timer callback, update the sum of MSRs periodically. */
3444 per_cpu_msr_sum[cpu].entries[i].sum += msr_last;