include\linux\irq.h
static
inline
bool
irqd_irq_disabled(
struct
irq_data *d)
{
return
__irqd_to_state(d) & IRQD_IRQ_DISABLED;
}