Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_intr.c136 u_int irq_next_free; variable
409 if (irq_next_free >= maxirqs) in isrc_alloc_irq()
412 for (irq = irq_next_free; irq < maxirqs; irq++) { in isrc_alloc_irq()
416 for (irq = 0; irq < irq_next_free; irq++) { in isrc_alloc_irq()
421 irq_next_free = maxirqs; in isrc_alloc_irq()
428 irq_next_free = irq + 1; in isrc_alloc_irq()
429 if (irq_next_free >= maxirqs) in isrc_alloc_irq()
430 irq_next_free = 0; in isrc_alloc_irq()