Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dirq.h251 IRQD_RESEND_WHEN_IN_PROGRESS = BIT(30), enumerator
438 __irqd_to_state(d) |= IRQD_RESEND_WHEN_IN_PROGRESS; in irqd_set_resend_when_in_progress()
443 return __irqd_to_state(d) & IRQD_RESEND_WHEN_IN_PROGRESS; in irqd_needs_resend_when_in_progress()
/openbmc/linux/kernel/irq/
H A Ddebugfs.c136 BIT_MASK_DESCR(IRQD_RESEND_WHEN_IN_PROGRESS),