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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2246 IOByteCount contigLength = PAGE_SIZE - offset; local
2247 while (contigLength < length
2250 contigLength += PAGE_SIZE;
2253 if (contigLength < length)
2254 length = contigLength;

Completed in 157 milliseconds