Home
last modified time | relevance | path

Searched refs:IRQD_SETAFFINITY_PENDING (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/irq/
H A Dinternals.h207 __irqd_to_state(d) |= IRQD_SETAFFINITY_PENDING; in irqd_set_move_pending()
212 __irqd_to_state(d) &= ~IRQD_SETAFFINITY_PENDING; in irqd_clr_move_pending()
H A Ddebugfs.c113 BIT_MASK_DESCR(IRQD_SETAFFINITY_PENDING),
/linux/include/linux/
H A Dirq.h225 IRQD_SETAFFINITY_PENDING = BIT(8), enumerator
253 return __irqd_to_state(d) & IRQD_SETAFFINITY_PENDING; in irqd_is_setaffinity_pending()