Searched refs:IRQT_UNBOUND (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Devents.c63 IRQT_UNBOUND = 0, enumerator in enum:xen_irq_type
120 return (struct irq_info) { .type = IRQT_UNBOUND };
353 if (irq_info[irq].type == IRQT_UNBOUND)
495 if (irq_info[irq].type != IRQT_UNBOUND) {
720 BUG_ON(info->type == IRQT_UNBOUND);

Completed in 21 milliseconds