Searched refs:static_irq_count (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dirq.c154 int static_irq_count; variable
418 if (static_irq_count < MAX_STATIC_ALLOC)
419 action = &static_irqaction[static_irq_count++];
517 if (static_irq_count < MAX_STATIC_ALLOC)
518 action = &static_irqaction[static_irq_count++];
H A Dsun4d_irq.c50 extern int static_irq_count;
321 if (static_irq_count < MAX_STATIC_ALLOC)
322 action = &static_irqaction[static_irq_count++];

Completed in 41 milliseconds