Searched refs:IRQC_IS_HARDIRQ (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ | ||
H A D | interrupt.h | 96 IRQC_IS_HARDIRQ = 0, enumerator |
/openbmc/linux/kernel/irq/ | ||
H A D | manage.c | 2273 return !ret ? IRQC_IS_HARDIRQ : ret; in request_any_context_irq() |