handle_untracked_irq (9) Linux Manual Page
handle_untracked_irq – Simple and software-decoded IRQs. Synopsis void handle_untracked_irq(struct irq_desc *desc); Arguments desc the interrupt description structure for this irq Description Untracked interrupts are sent from a demultiplexing interrupt handler when the demultiplexer does not know which device it its multiplexed irq domain generated the interrupt. IRQ’s handled through here are not subjected to stats…
