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.h216 __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()
H A Ddebugfs.c113 BIT_MASK_DESCR(IRQD_SETAFFINITY_PENDING),
/linux/include/linux/
H A Dirq.h229 IRQD_SETAFFINITY_PENDING = BIT(8), enumerator
258 return __irqd_to_state(d) & IRQD_SETAFFINITY_PENDING; in irqd_is_setaffinity_pending()