Searched refs:_swapElements (Results 1 – 2 of 2) sorted by relevance
446 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 …]
796 IOReportElement *_swapElements; variable