Lines Matching full:affinity
250 * struct irq_affinity_notify - context for notification of IRQ affinity changes
272 * struct irq_affinity - Description for automatic irq affinity assignements
273 * @pre_vectors: Don't apply affinity to @pre_vectors at beginning of
275 * @post_vectors: Don't apply affinity to @post_vectors at end of
277 * @nr_sets: The number of interrupt sets for which affinity
295 * struct irq_affinity_desc - Interrupt affinity descriptor
296 * @mask: cpumask to hold the affinity assignment
318 * irq_update_affinity_hint - Update the affinity hint
322 * Updates the affinity hint, but does not change the affinity of the interrupt.
331 * irq_set_affinity_and_hint - Update the affinity hint and apply the provided
336 * Updates the affinity hint and if @m is not NULL it applies it as the
337 * affinity of that interrupt.
355 struct irq_affinity_desc *affinity);
404 struct irq_affinity_desc *affinity) in irq_update_affinity_desc() argument