1IRQ_SET_AFFINITY_NOT(9) Public Functions Provided IRQ_SET_AFFINITY_NOT(9)
2
3
4
6 irq_set_affinity_notifier - control notification of IRQ affinity
7 changes
8
10 int irq_set_affinity_notifier(unsigned int irq,
11 struct irq_affinity_notify * notify);
12
14 irq
15 Interrupt for which to enable/disable notification
16
17 notify
18 Context for notification, or NULL to disable notification. Function
19 pointers must be initialised; the other fields will be initialised
20 by this function.
21
23 Must be called in process context. Notification may only be enabled
24 after the IRQ is allocated and must be disabled before the IRQ is freed
25 using free_irq.
26
28 Thomas Gleixner <tglx@linutronix.de>
29 Author.
30
31 Ingo Molnar <mingo@elte.hu>
32 Author.
33
35Kernel Hackers Manual 2.6. June 2019 IRQ_SET_AFFINITY_NOT(9)