Lines Matching full:affinity
257 * struct irq_affinity_notify - context for notification of IRQ affinity changes
279 * struct irq_affinity - Description for automatic irq affinity assignments
280 * @pre_vectors: Don't apply affinity to @pre_vectors at beginning of
282 * @post_vectors: Don't apply affinity to @post_vectors at end of
284 * @nr_sets: The number of interrupt sets for which affinity
302 * struct irq_affinity_desc - Interrupt affinity descriptor
303 * @mask: cpumask to hold the affinity assignment
325 * irq_update_affinity_hint - Update the affinity hint
329 * Updates the affinity hint, but does not change the affinity of the interrupt.
338 * irq_set_affinity_and_hint - Update the affinity hint and apply the provided
343 * Updates the affinity hint and if @m is not NULL it applies it as the
344 * affinity of that interrupt.
362 struct irq_affinity_desc *affinity);
411 struct irq_affinity_desc *affinity) in irq_update_affinity_desc() argument