OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bestbw
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ohci.c
3409
u_int
bestbw
, bw;
local in function:ohci_device_setintr
3439
for (best = i = slow,
bestbw
= ~0; i < shigh; i++) {
3443
if (bw <
bestbw
) {
3445
bestbw
= bw;
3448
DPRINTFN(2, "best=%jd(%jd..%jd)
bestbw
=%jd", best, slow, shigh,
bestbw
);
uhci.c
3325
u_int
bestbw
, bw, bestoffs, offs;
local in function:uhci_device_setintr
3348
for (bestoffs = offs = 0,
bestbw
= ~0; offs < ival; offs++) {
3351
if (bw <
bestbw
) {
3352
bestbw
= bw;
3356
DPRINTF("bw=%jd offs=%jd",
bestbw
, bestoffs, 0, 0);
Completed in 16 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025