Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dirq.h246 IRQD_RESEND_WHEN_IN_PROGRESS = BIT(30), enumerator
428 __irqd_to_state(d) |= IRQD_RESEND_WHEN_IN_PROGRESS; in irqd_set_resend_when_in_progress()
433 return __irqd_to_state(d) & IRQD_RESEND_WHEN_IN_PROGRESS; in irqd_needs_resend_when_in_progress()
/linux-6.15/kernel/irq/
H A Ddebugfs.c130 BIT_MASK_DESCR(IRQD_RESEND_WHEN_IN_PROGRESS),