Rechercher une page de manuel
disable_irq_nosync
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
disable_irq_nosync - disable an irq without waitingSYNOPSIS
- void disable_irq_nosync(unsigned int irq);
ARGUMENTS
irq
- Interrupt to disable
DESCRIPTION
Disable the selected interrupt line. Disables and Enables are nested. Unlike disable_irq, this function does not ensure existing instances of the IRQ handler have completed before returning.
This function may be called from IRQ context.
AUTHORS
Thomas Gleixner <tglx@linutronix.de>
- Author.
Ingo Molnar <mingo@elte.hu>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre