Home
last modified time | relevance | path

Searched refs:maxirqs (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_intr.c404 u_int maxirqs, irq; in isrc_alloc_irq() local
408 maxirqs = intr_nirq; in isrc_alloc_irq()
409 if (irq_next_free >= maxirqs) in isrc_alloc_irq()
412 for (irq = irq_next_free; irq < maxirqs; irq++) { in isrc_alloc_irq()
421 irq_next_free = maxirqs; in isrc_alloc_irq()
429 if (irq_next_free >= maxirqs) in isrc_alloc_irq()