Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog.c523 #define NUM_HARDIRQ_REPORT 5 macro
553 tail = (tail + NUM_HARDIRQ_REPORT - 1) % NUM_HARDIRQ_REPORT; in need_counting_irqs()
574 struct irq_counts irq_counts_sorted[NUM_HARDIRQ_REPORT] = { in print_irq_counts()
581 tabulate_irq_count(irq_counts_sorted, i, count, NUM_HARDIRQ_REPORT); in print_irq_counts()
592 for (i = 0; i < NUM_HARDIRQ_REPORT; i++) { in print_irq_counts()