Searched refs:IRQD_CAN_RESERVE (Results 1 – 1 of 1) sorted by relevance
236 IRQD_CAN_RESERVE = (1 << 26), enumerator385 __irqd_to_state(d) |= IRQD_CAN_RESERVE; in irqd_set_can_reserve()390 __irqd_to_state(d) &= ~IRQD_CAN_RESERVE; in irqd_clr_can_reserve()395 return __irqd_to_state(d) & IRQD_CAN_RESERVE; in irqd_can_reserve()