1IRQ_SET_AFFINITY(9) Structures IRQ_SET_AFFINITY(9)
23
4
NAME
6irq_set_affinity - Set the irq affinity of a given irq
7
SYNOPSIS
9int irq_set_affinity(unsigned int irq, const struct cpumask * cpumask);
10
ARGUMENTS
12irq
13Interrupt to set affinity
1415
cpumask
16-- undescribed --
17
DESCRIPTION
19Fails if cpumask does not contain an online CPU
20
AUTHORS
22Thomas Gleixner <tglx@linutronix.de>
23Author.
2425
Ingo Molnar <mingo@elte.hu>
26Author.
27
COPYRIGHT
29Kernel Hackers Manual 3.10 June 2019 IRQ_SET_AFFINITY(9)