Home
last modified time | relevance | path

Searched refs:IRQD_AFFINITY_ON_ACTIVATE (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dirq.h246 IRQD_AFFINITY_ON_ACTIVATE = (1 << 29), enumerator
439 __irqd_to_state(d) |= IRQD_AFFINITY_ON_ACTIVATE; in irqd_set_affinity_on_activate()
444 return __irqd_to_state(d) & IRQD_AFFINITY_ON_ACTIVATE; in irqd_affinity_on_activate()
/kernel/linux/linux-5.10/kernel/irq/
Ddebugfs.c116 BIT_MASK_DESCR(IRQD_AFFINITY_ON_ACTIVATE),