Lines Matching full:affinity
3 * cpu_rmap.c: CPU affinity reverse-map support
14 * CPU affinity. However, we do not assume that the object affinities
21 * alloc_cpu_rmap - allocate CPU affinity reverse-map
150 * cpu_rmap_update - update CPU rmap following a change of object affinity
152 * @index: Index of object whose affinity changed
153 * @affinity: New CPU affinity of object
156 const struct cpumask *affinity) in cpu_rmap_update() argument
176 /* Set distance to 0 for all CPUs in the new affinity mask. in cpu_rmap_update()
179 for_each_cpu(cpu, affinity) { in cpu_rmap_update()
211 /* Glue between IRQ affinity notifiers and CPU rmaps */
220 * free_irq_cpu_rmap - free a CPU affinity reverse-map used for IRQs
243 * irq_cpu_rmap_notify - callback for IRQ subsystem when IRQ affinity updated
245 * @mask: cpu mask for new SMP affinity
275 * irq_cpu_rmap_add - add an IRQ to a CPU affinity reverse-map
279 * This adds an IRQ affinity notifier that will update the reverse-map