Searched refs:thisMax (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp5527 const UInt32 thisMax = entries[i].fMaxDelay; local
5528 if (thisMax < ns)
5530 ns = thisMax;
5549 UInt32 thisMax = entries[i].fMaxDelay; local
5552 else if (thisMax < ns) {
5553 ns = thisMax;

Completed in 266 milliseconds