1SET_IRQ_NESTED_THREA(9)    Public Functions Provided   SET_IRQ_NESTED_THREA(9)
2
3
4

NAME

6       set_irq_nested_thread - Set/Reset the IRQ_NESTED_THREAD flag of an irq
7

SYNOPSIS

9       void set_irq_nested_thread(unsigned int irq, int nest);
10

ARGUMENTS

12       irq
13           Interrupt number
14
15       nest
16           0 to clear / 1 to set the IRQ_NESTED_THREAD flag
17

DESCRIPTION

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

AUTHORS

25       Thomas Gleixner <tglx@linutronix.de>
26           Author.
27
28       Ingo Molnar <mingo@elte.hu>
29           Author.
30
32Kernel Hackers Manual 2.6.         June 2019           SET_IRQ_NESTED_THREA(9)
Impressum