Lines Matching defs:best
2271 uint16_t best;2278 * Find the best QH position corresponding to the given interval:2281 best = 0;2286 best = bit;2289 sc->sc_intr_stat[best]) {2290 best = x;2299 sc->sc_intr_stat[best]++;2300 xfer->qh_pos = best;2302 DPRINTFN(3, "best=%d interval=%d\n",2303 best, xfer->interval);