Searched refs:irq_counts (Results 1 – 1 of 1) sorted by relevance
524 struct irq_counts { struct532 static void tabulate_irq_count(struct irq_counts *irq_counts, int irq, u32 counts, int rank) in tabulate_irq_count() argument535 struct irq_counts new_count = {irq, counts}; in tabulate_irq_count()538 if (counts > irq_counts[i].counts) in tabulate_irq_count()539 swap(new_count, irq_counts[i]); in tabulate_irq_count()574 struct irq_counts irq_counts_sorted[NUM_HARDIRQ_REPORT] = { in print_irq_counts()