HomeSort by: relevance | last modified time | path
    Searched defs:shigh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ohci.c 3408 u_int npoll, slow, shigh, nslots; local in function:ohci_device_setintr
3437 shigh = slow + npoll;
3439 for (best = i = slow, bestbw = ~0; i < shigh; i++) {
3448 DPRINTFN(2, "best=%jd(%jd..%jd) bestbw=%jd", best, slow, shigh, bestbw);
ohci.c 3408 u_int npoll, slow, shigh, nslots; local in function:ohci_device_setintr
3437 shigh = slow + npoll;
3439 for (best = i = slow, bestbw = ~0; i < shigh; i++) {
3448 DPRINTFN(2, "best=%jd(%jd..%jd) bestbw=%jd", best, slow, shigh, bestbw);

Completed in 26 milliseconds