Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/irq/
Dinternals.h200 __irqd_to_state(d) |= IRQD_SETAFFINITY_PENDING; in irqd_set_move_pending()
205 __irqd_to_state(d) &= ~IRQD_SETAFFINITY_PENDING; in irqd_clr_move_pending()
Ddebugfs.c112 BIT_MASK_DESCR(IRQD_SETAFFINITY_PENDING),
/Linux-v4.19/include/linux/
Dirq.h214 IRQD_SETAFFINITY_PENDING = (1 << 8), enumerator
239 return __irqd_to_state(d) & IRQD_SETAFFINITY_PENDING; in irqd_is_setaffinity_pending()