1IRQ_FORCE_AFFINITY(9) Structures IRQ_FORCE_AFFINITY(9)
2
3
4
6 irq_force_affinity - Force the irq affinity of a given irq
7
9 int irq_force_affinity(unsigned int irq,
10 const struct cpumask * cpumask);
11
13 irq
14 Interrupt to set affinity
15
16 cpumask
17 -- undescribed --
18
20 Same as irq_set_affinity, but without checking the mask against online
21 cpus.
22
23 Solely for low level cpu hotplug code, where we need to make per cpu
24 interrupts affine before the cpu becomes online.
25
27 Thomas Gleixner <tglx@linutronix.de>
28 Author.
29
30 Ingo Molnar <mingo@elte.hu>
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 IRQ_FORCE_AFFINITY(9)