Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/irq/
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()
Ddebugfs.c119 BIT_MASK_DESCR(IRQD_SETAFFINITY_PENDING),
/Linux-v6.1/include/linux/
Dirq.h229 IRQD_SETAFFINITY_PENDING = (1 << 8), enumerator
258 return __irqd_to_state(d) & IRQD_SETAFFINITY_PENDING; in irqd_is_setaffinity_pending()