Name

probe::irq_handler.exit — Execution of interrupt handler completed

Synopsis

irq_handler.exit 

Values

action

struct irqaction*

next_irqaction

pointer to next irqaction for shared interrupts

thread_flags

Flags related to thread

dev_id

Cookie to identify device

flags

flags for IRQ handler

flags_str

symbolic string representation of IRQ flags

handler

interrupt handler function that was executed

irq

interrupt number

ret

return value of the handler

thread

thread pointer for threaded interrupts

dir

pointer to the proc/irq/NN/name entry

dev_name

name of device

thread_fn

interrupt handler function for threaded interrupts