Home
last modified time | relevance | path

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

/xnu-8792.81.2/iokit/Kernel/
H A DIOStateReporter.cpp123 if (_swapCurrentStates || _swapLastUpdateTimes) { in handleSwapPrepare()
139 _swapLastUpdateTimes = (uint64_t *)IOMallocZeroData(newTSSize); in handleSwapPrepare()
140 if (_swapLastUpdateTimes == NULL) { in handleSwapPrepare()
152 if (_swapLastUpdateTimes) { in handleSwapPrepare()
153 IOFreeData(_swapLastUpdateTimes, newTSSize); in handleSwapPrepare()
154 _swapLastUpdateTimes = NULL; in handleSwapPrepare()
173 if (!_swapCurrentStates || !_swapLastUpdateTimes) { in handleAddChannelSwap()
191 memcpy(_swapLastUpdateTimes, _lastUpdateTimes, in handleAddChannelSwap()
201 _lastUpdateTimes = _swapLastUpdateTimes; in handleAddChannelSwap()
202 _swapLastUpdateTimes = tmpTimestamps; in handleAddChannelSwap()
[all …]
/xnu-8792.81.2/iokit/IOKit/
H A DIOKernelReporters.h1512 uint64_t *_swapLastUpdateTimes; variable