Lines Matching full:affinity

59  *				  it from affinity setting
66 * IRQ_NO_BALANCING - Interrupt cannot be balanced (affinity set)
117 * IRQ_SET_MASK_OK - OK, core updates irq_common_data.affinity
118 * IRQ_SET_MASK_NOCPY - OK, chip did update irq_common_data.affinity
138 * @affinity: IRQ affinity on SMP. If this is an IPI
141 * @effective_affinity: The effective IRQ affinity on SMP as some irq
143 * A subset of @affinity.
145 * @ipi_offset: Offset of first IPI target cpu in @affinity. Optional.
154 cpumask_var_t affinity; member
194 * IRQD_SETAFFINITY_PENDING - Affinity setting is pending
198 * IRQD_AFFINITY_SET - Interrupt affinity was set
209 * IRQD_AFFINITY_MANAGED - Affinity is auto-managed by the kernel
211 * IRQD_MANAGED_SHUTDOWN - Interrupt was shutdown due to empty affinity
212 * mask. Applies only to affinity managed irqs.
213 * IRQD_SINGLE_TARGET - IRQ allows only a single affinity target
216 * IRQD_MSI_NOMASK_QUIRK - Non-maskable MSI quirk for affinity change
220 * IRQD_AFFINITY_ON_ACTIVATE - Affinity is set on activation. Don't call
470 * @irq_set_affinity: Set the CPU affinity on SMP machines. If the force
472 * unconditionally apply the affinity setting. Sanity
473 * checks against the supplied affinity mask are not
572 * IRQCHIP_AFFINITY_PRE_STARTUP: Default affinity update before startup
724 const struct cpumask *affinity);
726 struct cpumask *affinity);
886 return d ? d->common->affinity : NULL; in irq_get_affinity_mask()
891 return d->common->affinity; in irq_data_get_affinity_mask()
913 return d->common->affinity; in irq_data_get_effective_affinity_mask()
921 const struct irq_affinity_desc *affinity);
925 const struct irq_affinity_desc *affinity);