Searched refs:IRQD_SETAFFINITY_PENDING (Results 1 – 3 of 3) sorted by relevance
216 __irqd_to_state(d) |= IRQD_SETAFFINITY_PENDING; in irqd_set_move_pending()221 __irqd_to_state(d) &= ~IRQD_SETAFFINITY_PENDING; in irqd_clr_move_pending()
113 BIT_MASK_DESCR(IRQD_SETAFFINITY_PENDING),
229 IRQD_SETAFFINITY_PENDING = BIT(8), enumerator258 return __irqd_to_state(d) & IRQD_SETAFFINITY_PENDING; in irqd_is_setaffinity_pending()