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