Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dwatchdog.c434 #define NUM_HARDIRQ_REPORT 5 macro
464 tail = (tail + NUM_HARDIRQ_REPORT - 1) % NUM_HARDIRQ_REPORT; in need_counting_irqs()
485 struct irq_counts irq_counts_sorted[NUM_HARDIRQ_REPORT] = { in print_irq_counts()
492 tabulate_irq_count(irq_counts_sorted, i, count, NUM_HARDIRQ_REPORT); in print_irq_counts()
503 for (i = 0; i < NUM_HARDIRQ_REPORT; i++) { in print_irq_counts()