Linux Kernel
3.7.1
|
#include <irqdesc.h>
Data Fields | |
struct irq_data | irq_data |
unsigned int __percpu * | kstat_irqs |
irq_flow_handler_t | handle_irq |
struct irqaction * | action |
unsigned int | status_use_accessors |
unsigned int | core_internal_state__do_not_mess_with_it |
unsigned int | depth |
unsigned int | wake_depth |
unsigned int | irq_count |
unsigned long | last_unhandled |
unsigned int | irqs_unhandled |
raw_spinlock_t | lock |
struct cpumask * | percpu_enabled |
unsigned long | threads_oneshot |
atomic_t | threads_active |
wait_queue_head_t | wait_for_threads |
struct module * | owner |
const char * | name |
irq_flow_handler_t handle_irq |
raw_spinlock_t lock |
wait_queue_head_t wait_for_threads |