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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp5202 const UInt32 thisMax = entries[i].fMaxDelay; local
5203 if (thisMax < ns)
5205 ns = thisMax;
5224 UInt32 thisMax = entries[i].fMaxDelay; local
5227 else if (thisMax < ns) {
5228 ns = thisMax;

Completed in 17 milliseconds