1HANDLE_PERCPU_DEVID_(9) Internal Functions Provided HANDLE_PERCPU_DEVID_(9)
2
3
4
6 handle_percpu_devid_irq - Per CPU local irq handler with per cpu dev
7 ids
8
10 void handle_percpu_devid_irq(unsigned int irq, struct irq_desc * desc);
11
13 irq
14 the interrupt number
15
16 desc
17 the interrupt description structure for this irq
18
20 Per CPU interrupts on SMP machines without locking requirements. Same
21 as handle_percpu_irq above but with the following extras:
22
23 action->percpu_dev_id is a pointer to percpu variables which contain
24 the real device id for the cpu on which this handler is called
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 HANDLE_PERCPU_DEVID_(9)