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 enum xen_irq_type type; /* type */
100 unsigned irq;
101 evtchn_port_t evtchn; /* event channel */
102 unsigned short cpu; /* cpu bound */
103 unsigned short eoi_cpu; /* EOI must happen on this cpu-1 */
104 unsigned int irq_epoch; /* If eoi_cpu valid: irq_epoch of event */
105 u64 eoi_time; /* Time in jiffies when to EOI. */
107 union {
117 } u;