Lines Matching defs:irq_stats
51 static unsigned int *irq_stats;
132 irq_stats = SAFE_REALLOC(irq_stats,
133 nr_cpus * (nr_irqs + 1) * sizeof(*irq_stats));
148 irq_stats[row * nr_cpus + col] = acc;
186 cpu_total += irq_stats[row * nr_cpus + col];
188 irq_stats[row * nr_cpus + col] = cpu_total;
254 count = irq_stats[row * nr_cpus + col];
266 tst_printf("%10u ", irq_stats[row * nr_cpus + col]);
277 if (!irq_stats[row * nr_cpus + col])