Searched refs:best_irq (Results 1 – 1 of 1) sorted by relevance
162 int best_count, best_irq, best_pin, irq, pin; in pirq_alloc_pin() local179 best_irq = -1; in pirq_alloc_pin()184 if (best_irq == -1 || irq_counts[irq] < best_count) { in pirq_alloc_pin()185 best_irq = irq; in pirq_alloc_pin()189 if (best_irq < 0) in pirq_alloc_pin()192 irq_counts[best_irq]++; in pirq_alloc_pin()193 pirqs[best_pin].reg = best_irq; in pirq_alloc_pin()
Completed in 13 milliseconds