HomeSort by: relevance | last modified time | path
    Searched refs:npoll (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
uhci.c 149 int npoll; member in struct:uhci_pipe::__anon3778::__anon3780
2715 for (i = 0; i < upipe->intr.npoll; i++) {
2785 int i, npoll; local
2790 npoll = upipe->intr.npoll;
2791 for (i = 0; i < npoll; i++)
2800 for (i = 0; i < npoll; i++)
2802 kmem_free(upipe->intr.qhs, npoll * sizeof(uhci_soft_qh_t *));
3177 int i, npoll; local
3184 npoll = upipe->intr.npoll
3324 int i, npoll; local
    [all...]
ohci.c 3408 u_int npoll, slow, shigh, nslots; local
3420 npoll = OHCI_NO_INTRS;
3421 while (npoll > ival)
3422 npoll /= 2;
3423 DPRINTFN(2, "ival=%jd npoll=%jd", ival, npoll, 0, 0);
3429 * npoll
3436 slow = npoll-1;
3437 shigh = slow + npoll;
3438 nslots = OHCI_NO_INTRS / npoll;
    [all...]
  /src/usr.bin/make/
job.c 2753 int i, maxfd, nselect, npoll; local
2793 npoll = 0;
2802 npoll++;
2805 return npoll;

Completed in 23 milliseconds