Home
last modified time | relevance | path

Searched refs:_swapElements (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/iokit/Kernel/
H A DIOReporter.cpp446 if (_swapElements || _swapEnableCounts) { in handleSwapPrepare()
460 _swapElements = (IOReportElement *)IOMallocZeroData(newElementsSize); in handleSwapPrepare()
461 if (_swapElements == NULL) { in handleSwapPrepare()
478 if (_swapElements) { in handleSwapPrepare()
479 IOFreeData(_swapElements, newElementsSize); in handleSwapPrepare()
480 _swapElements = NULL; in handleSwapPrepare()
507 if (!_swapElements || !_swapEnableCounts) { in handleAddChannelSwap()
516 memcpy(_swapElements, _elements, in handleAddChannelSwap()
526 _elements = _swapElements; in handleAddChannelSwap()
527 _swapElements = tmpElements; in handleAddChannelSwap()
[all …]
/xnu-8792.81.2/iokit/IOKit/
H A DIOKernelReporters.h796 IOReportElement *_swapElements; variable