Searched refs:IRQD_AFFINITY_MANAGED (Results 1 - 4 of 4) sorted by last modified time

/linux-master/kernel/irq/
H A Dmanage.c444 irqd_set(&desc->irq_data, IRQD_AFFINITY_MANAGED);
H A Dirqdesc.c527 flags = IRQD_AFFINITY_MANAGED |
H A Ddebugfs.c120 BIT_MASK_DESCR(IRQD_AFFINITY_MANAGED),
/linux-master/include/linux/
H A Dirq.h211 * IRQD_AFFINITY_MANAGED - Affinity is auto-managed by the kernel
242 IRQD_AFFINITY_MANAGED = BIT(21), enumerator in enum:__anon2249
383 return __irqd_to_state(d) & IRQD_AFFINITY_MANAGED;

Completed in 183 milliseconds