Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dwatchdog.c485 struct irq_counts irq_counts_sorted[NUM_HARDIRQ_REPORT] = { in print_irq_counts() local
492 tabulate_irq_count(irq_counts_sorted, i, count, NUM_HARDIRQ_REPORT); in print_irq_counts()
504 if (irq_counts_sorted[i].irq == -1) in print_irq_counts()
508 i + 1, irq_counts_sorted[i].counts, in print_irq_counts()
509 irq_counts_sorted[i].irq); in print_irq_counts()