Lines Matching defs:irq_info
96 struct irq_info { struct
97 struct list_head list;
98 struct list_head eoi_list;
99 short refcnt;
100 u8 spurious_cnt;
101 u8 is_accounted;
102 short type; /* type: IRQT_* */
103 u8 mask_reason; /* Why is event channel masked */
107 u8 is_active; /* Is event just being handled? */
108 unsigned irq;
109 evtchn_port_t evtchn; /* event channel */
110 unsigned short cpu; /* cpu bound */
111 unsigned short eoi_cpu; /* EOI must happen on this cpu-1 */
112 unsigned int irq_epoch; /* If eoi_cpu valid: irq_epoch of event */
113 u64 eoi_time; /* Time in jiffies when to EOI. */
114 raw_spinlock_t lock;
116 union {
127 } u;