Home
last modified time | relevance | path

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

/xnu-8792.81.2/iokit/Kernel/
H A DIOReporter.cpp446 if (_swapElements || _swapEnableCounts) { in handleSwapPrepare()
468 _swapEnableCounts = (int *)IOMallocZeroData(newECSize); in handleSwapPrepare()
469 if (_swapEnableCounts == NULL) { in handleSwapPrepare()
482 if (_swapEnableCounts) { in handleSwapPrepare()
483 IOFreeData(_swapEnableCounts, newECSize); in handleSwapPrepare()
484 _swapEnableCounts = NULL; in handleSwapPrepare()
507 if (!_swapElements || !_swapEnableCounts) { in handleAddChannelSwap()
520 memcpy(_swapEnableCounts, _enableCounts, in handleAddChannelSwap()
530 _enableCounts = _swapEnableCounts; in handleAddChannelSwap()
531 _swapEnableCounts = tmpWatchCounts; in handleAddChannelSwap()
[all …]
/xnu-8792.81.2/iokit/IOKit/
H A DIOKernelReporters.h797 int *_swapEnableCounts; variable