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