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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_irq.c201 int best_count, best_irq, best_pin, irq, pin; local
211 best_count = pirqs[0].use_count;
213 if (pirqs[pin].use_count < best_count) {
215 best_count = pirqs[pin].use_count;
224 best_count = 0;
228 if (best_irq == -1 || irq_counts[irq] < best_count) {
230 best_count = irq_counts[irq];

Completed in 52 milliseconds