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

NAME

6       disable_irq_nosync - disable an irq without waiting
7

SYNOPSIS

9       void disable_irq_nosync(unsigned int irq);
10

ARGUMENTS

12       irq
13           Interrupt to disable
14

DESCRIPTION

16       Disable the selected interrupt line. Disables and Enables are nested.
17       Unlike disable_irq, this function does not ensure existing instances of
18       the IRQ handler have completed before returning.
19
20       This function may be called from IRQ context.
21

AUTHORS

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