Searched refs:IRQD_SETAFFINITY_PENDING (Results 1 – 2 of 2) sorted by relevance
168 __irqd_to_state(d) |= IRQD_SETAFFINITY_PENDING; in irqd_set_move_pending()173 __irqd_to_state(d) &= ~IRQD_SETAFFINITY_PENDING; in irqd_clr_move_pending()
197 IRQD_SETAFFINITY_PENDING = (1 << 8), enumerator215 return __irqd_to_state(d) & IRQD_SETAFFINITY_PENDING; in irqd_is_setaffinity_pending()