Name

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

Synopsis

irq_handler.exit 

Values

flags_str

symbolic string representation of IRQ flags

thread_fn

interrupt handler function for threaded interrupts

handler

interrupt handler function that was executed

thread_flags

Flags related to thread

thread

thread pointer for threaded interrupts

action

struct irqaction*

dir

pointer to the proc/irq/NN/name entry

ret

return value of the handler

dev_name

name of device

flags

flags for IRQ handler

irq

interrupt number

next_irqaction

pointer to next irqaction for shared interrupts

dev_id

Cookie to identify device