Lines Matching defs:nslots
274 int nslots;
3367 int nslots = opipe->intr.nslots;
3376 DPRINTFN(1, "pipe=%#jx nslots=%jd pos=%jd", (uintptr_t)pipe, nslots,
3397 for (j = 0; j < nslots; j++)
3398 --sc->sc_bws[(pos * nslots + j) % OHCI_NO_INTRS];
3408 u_int npoll, slow, shigh, nslots;
3438 nslots = OHCI_NO_INTRS / npoll;
3441 for (j = 0; j < nslots; j++)
3442 bw += sc->sc_bws[(i * nslots + j) % OHCI_NO_INTRS];
3471 for (j = 0; j < nslots; j++)
3472 ++sc->sc_bws[(best * nslots + j) % OHCI_NO_INTRS];
3473 opipe->intr.nslots = nslots;