Query: struct_irqaction
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTIRQACTION(9) Structures STRUCT IRQACTION(9)NAMEstruct_irqaction - per interrupt action descriptorSYNOPSISstruct irqaction { irq_handler_t handler; void * dev_id; void __percpu * percpu_dev_id; struct irqaction * next; irq_handler_t thread_fn; struct task_struct * thread; unsigned int irq; unsigned int flags; unsigned long thread_flags; unsigned long thread_mask; const char * name; struct proc_dir_entry * dir; };MEMBERShandler interrupt handler function dev_id cookie to identify the device percpu_dev_id cookie to identify the device next pointer to the next irqaction for shared interrupts thread_fn interrupt handler function for threaded interrupts thread thread pointer for threaded interrupts irq interrupt number flags flags (see IRQF_* above) thread_flags flags related to thread thread_mask bitmask for keeping track of thread activity name name of the device dir pointer to the proc/irq/NN/name entryAUTHORSThomas Gleixner <tglx@linutronix.de> Author. Ingo Molnar <mingo@elte.hu> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT IRQACTION(9)
| Related Man Pages |
|---|
| request_threaded_irq(9) - suse |
| struct_irq_chip_generic(9) - centos |
| bus_describe_intr(9) - debian |
| struct_irq_chip(9) - suse |
| struct_irq_desc(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |