Home
last modified time | relevance | path

Searched refs:_IRQ_DESC_CHECK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dinternals.h164 #define _IRQ_DESC_CHECK (1 << 0) macro
167 #define IRQ_GET_DESC_CHECK_GLOBAL (_IRQ_DESC_CHECK)
168 #define IRQ_GET_DESC_CHECK_PERCPU (_IRQ_DESC_CHECK | _IRQ_DESC_PERCPU)
H A Dirqdesc.c872 if (check & _IRQ_DESC_CHECK) { in __irq_get_desc_lock()