DISABLE_IRQ_NOSYNC

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

disable_irq_nosync - disable an irq without waiting  

SYNOPSIS

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.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:24 GMT, April 09, 2004