Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
ohci.c | 3408 u_int npoll, slow, shigh, nslots; local in function:ohci_device_setintr 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...] |
uhci.c | 149 int npoll; member in struct:uhci_pipe::__anon3090ffbc010a::__anon3090ffbc0308 2715 for (i = 0; i < upipe->intr.npoll; i++) { 2785 int i, npoll; local in function:uhci_device_intr_close 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 in function:uhci_device_intr_done 3184 npoll = upipe->intr.npoll 3324 int i, npoll; local in function:uhci_device_setintr [all...] |
/src/usr.bin/make/ | |
job.c | 2718 int i, maxfd, nselect, npoll; local in function:emul_poll 2758 npoll = 0; 2767 npoll++; 2770 return npoll; |