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