Searched refs:irq_counts (Results 1 – 1 of 1) sorted by relevance
435 struct irq_counts { struct443 static void tabulate_irq_count(struct irq_counts *irq_counts, int irq, u32 counts, int rank) in tabulate_irq_count() argument446 struct irq_counts new_count = {irq, counts}; in tabulate_irq_count()449 if (counts > irq_counts[i].counts) in tabulate_irq_count()450 swap(new_count, irq_counts[i]); in tabulate_irq_count()485 struct irq_counts irq_counts_sorted[NUM_HARDIRQ_REPORT] = { in print_irq_counts()