Searched refs:nr_irqs (Results 1 - 4 of 4) sorted by relevance

/kernel/irq/
H A Dresend.c36 while (!bitmap_empty(irqs_resend, nr_irqs)) {
37 irq = find_first_bit(irqs_resend, nr_irqs);
H A Dirqdesc.c97 int nr_irqs = NR_IRQS; variable
98 EXPORT_SYMBOL_GPL(nr_irqs); variable
210 nr_irqs = nr;
221 /* Let arch update nr_irqs and return the nr of preallocated irqs */
223 printk(KERN_INFO "NR_IRQS:%d nr_irqs:%d %d\n", NR_IRQS, nr_irqs, initcnt);
225 if (WARN_ON(nr_irqs > IRQ_BITMAP_BITS))
226 nr_irqs = IRQ_BITMAP_BITS;
231 if (initcnt > nr_irqs)
232 nr_irqs
[all...]
H A Dproc.c411 # define ACTUAL_NR_IRQS nr_irqs
431 for (prec = 3, j = 1000; prec < 10 && j <= nr_irqs; ++prec)
H A Dirqdomain.c413 hint = hwirq % nr_irqs;
588 for (i = 1; i < nr_irqs; i++) {

Completed in 35 milliseconds