1SET_IRQ_NESTED_THREA(9) Public Functions Provided SET_IRQ_NESTED_THREA(9)
2
3
4
6 set_irq_nested_thread - Set/Reset the IRQ_NESTED_THREAD flag of an irq
7
9 void set_irq_nested_thread(unsigned int irq, int nest);
10
12 irq
13 Interrupt number
14
15 nest
16 0 to clear / 1 to set the IRQ_NESTED_THREAD flag
17
19 The IRQ_NESTED_THREAD flag indicates that on request_threaded_irq no
20 separate interrupt thread should be created for the irq as the handler
21 are called nested in the context of a demultiplexing interrupt handler
22 thread.
23
25 Thomas Gleixner <tglx@linutronix.de>
26 Author.
27
28 Ingo Molnar <mingo@elte.hu>
29 Author.
30
32Kernel Hackers Manual 2.6. November 2011 SET_IRQ_NESTED_THREA(9)