IRQ_GET_NEXT_IRQ

Section: Internal Functions Provided (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

irq_get_next_irq - get next allocated irq number  

SYNOPSIS

unsigned int irq_get_next_irq(unsigned int offset);
 

ARGUMENTS

offset

where to start the search
 

DESCRIPTION

Returns next irq number after offset or nr_irqs if none is found.  

AUTHORS

Thomas Gleixner <tglx@linutronix.de>

Author.

Ingo Molnar <mingo@elte.hu>

Author.
 

COPYRIGHT