1IRQ_SET_AFFINITY(9)               Structures               IRQ_SET_AFFINITY(9)
2
3
4

NAME

6       irq_set_affinity - Set the irq affinity of a given irq
7

SYNOPSIS

9       int irq_set_affinity(unsigned int irq, const struct cpumask * cpumask);
10

ARGUMENTS

12       irq
13           Interrupt to set affinity
14
15       cpumask
16           -- undescribed --
17

DESCRIPTION

19       Fails if cpumask does not contain an online CPU
20

AUTHORS

22       Thomas Gleixner <tglx@linutronix.de>
23           Author.
24
25       Ingo Molnar <mingo@elte.hu>
26           Author.
27
29Kernel Hackers Manual 3.10         June 2019               IRQ_SET_AFFINITY(9)
Impressum