IRQD_CAN_RESERVE  383 include/linux/irq.h 	__irqd_to_state(d) |= IRQD_CAN_RESERVE;
IRQD_CAN_RESERVE  388 include/linux/irq.h 	__irqd_to_state(d) &= ~IRQD_CAN_RESERVE;
IRQD_CAN_RESERVE  393 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_CAN_RESERVE;
IRQD_CAN_RESERVE  116 kernel/irq/debugfs.c 	BIT_MASK_DESCR(IRQD_CAN_RESERVE),