Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIODMACommand.cpp170 .fMaxSegmentSize = fMaxSegmentSize, in cloneCommand()
231 .fMaxSegmentSize = maxSegmentSize, in initWithSpecification()
264 maxSegmentSize = segmentOptions->fMaxSegmentSize; in setSpecification()
297 fMaxSegmentSize = maxSegmentSize; in setSpecification()
819 .fMaxSegmentSize = maxSegmentSize, in prepareWithSpecification()
1531 if (curSeg.fLength > fMaxSegmentSize) { in genIOVMSegments()
1532 leftover += curSeg.fLength - fMaxSegmentSize; in genIOVMSegments()
1533 curSeg.fLength = fMaxSegmentSize; in genIOVMSegments()
H A DIOUserServer.cpp982 segmentOptions.fMaxSegmentSize = 0; in Create_Impl()
/xnu-8796.121.2/iokit/IOKit/
H A DIODMACommand.h110 uint64_t fMaxSegmentSize; member
567 UInt64 fMaxSegmentSize;
/xnu-8796.121.2/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp173 .fMaxSegmentSize = 0x2000, in IODMACommandForceDoubleBufferTest()
259 .fMaxSegmentSize = 128 * 1024, in IODMACommandLocalMappedNonContig()
346 .fMaxSegmentSize = 0x2000, in IOMemoryRemoteTest()
825 .fMaxSegmentSize = 4096, in IOMemoryDescriptorTest()