Searched refs:getPageCounts (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOSubMemoryDescriptor.cpp | 239 IOSubMemoryDescriptor::getPageCounts(IOByteCount * residentPageCount, in getPageCounts() function in IOSubMemoryDescriptor 242 return _parent->getPageCounts(residentPageCount, dirtyPageCount); in getPageCounts()
|
| H A D | IOMultiMemoryDescriptor.cpp | 416 IOMultiMemoryDescriptor::getPageCounts(IOByteCount * pResidentPageCount, in getPageCounts() function in IOMultiMemoryDescriptor 426 err = _descriptors[index]->getPageCounts(&residentPageCount, &dirtyPageCount); in getPageCounts()
|
| H A D | IOMemoryDescriptor.cpp | 3827 IOMemoryDescriptor::getPageCounts( IOByteCount * residentPageCount, in getPageCounts() function in IOMemoryDescriptor 3846 err = smd->getPageCounts(residentPageCount, dirtyPageCount); in getPageCounts() 3848 err = mmd->getPageCounts(residentPageCount, dirtyPageCount); in getPageCounts()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMultiMemoryDescriptor.h | 121 IOReturn getPageCounts(IOByteCount * residentPageCount,
|
| H A D | IOSubMemoryDescriptor.h | 120 IOReturn getPageCounts(IOByteCount * residentPageCount,
|
| H A D | IOMemoryDescriptor.h | 388 IOReturn getPageCounts( IOByteCount * residentPageCount,
|