Home
last modified time | relevance | path

Searched refs:irq_counts (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/
Dwatchdog.c435 struct irq_counts { struct
443 static void tabulate_irq_count(struct irq_counts *irq_counts, int irq, u32 counts, int rank) in tabulate_irq_count() argument
446 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()