Home
last modified time | relevance | path

Searched refs:fMaxSegmentSize (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp174 .fMaxSegmentSize = fMaxSegmentSize, in cloneCommand()
235 .fMaxSegmentSize = maxSegmentSize, in initWithSpecification()
268 maxSegmentSize = segmentOptions->fMaxSegmentSize; in setSpecification()
301 fMaxSegmentSize = maxSegmentSize; in setSpecification()
823 .fMaxSegmentSize = maxSegmentSize, in prepareWithSpecification()
1535 if (curSeg.fLength > fMaxSegmentSize) { in genIOVMSegments()
1536 leftover += curSeg.fLength - fMaxSegmentSize; in genIOVMSegments()
1537 curSeg.fLength = fMaxSegmentSize; in genIOVMSegments()
H A DIOUserServer.cpp993 segmentOptions.fMaxSegmentSize = 0; in Create_Impl()
/xnu-11215/iokit/IOKit/
H A DIODMACommand.h110 uint64_t fMaxSegmentSize; member
567 UInt64 fMaxSegmentSize;
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp174 .fMaxSegmentSize = 0x2000, in IODMACommandForceDoubleBufferTest()
260 .fMaxSegmentSize = 128 * 1024, in IODMACommandLocalMappedNonContig()
348 .fMaxSegmentSize = 0x2000, in IOMemoryRemoteTest()
827 .fMaxSegmentSize = 4096, in IOMemoryDescriptorTest()