probe::irq_handler.exit — Execution of interrupt handler completed
irq_handler.exit
thread
thread pointer for threaded interrupts
dev_id
Cookie to identify device
dev_name
name of device
next_irqaction
pointer to next irqaction for shared interrupts
flags_str
symbolic string representation of IRQ flags
thread_flags
Flags related to thread
irq
interrupt number
ret
return value of the handler
dir
pointer to the proc/irq/NN/name entry
flags
flags for IRQ handler
handler
interrupt handler function that was executed
action
struct irqaction*
thread_fn
interrupt handler function for threaded interrupts