SYNCHRONIZE_IRQ

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

synchronize_irq - wait for pending IRQ handlers (on other CPUs)  

SYNOPSIS

"SYNOPSIS"

void synchronize_irq (unsigned int irq);  

ARGUMENTS

irq
-- undescribed --
 

DESCRIPTION

This function waits for any pending IRQ handlers for this interrupt to complete before returning. If you use this function while holding a resource the IRQ handler may need you will deadlock.

This function may be called - with care - from IRQ context.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:54 GMT, October 09, 2005