Lines Matching refs:_swapLastUpdateTimes
123 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()
228 _lastUpdateTimes = _swapLastUpdateTimes; in handleAddChannelSwap()
229 _swapLastUpdateTimes = tmpTimestamps; in handleAddChannelSwap()
248 if (_swapLastUpdateTimes) { in handleSwapCleanup()
250 IOFreeData(_swapLastUpdateTimes, (size_t)swapNChannels * sizeof(uint64_t)); in handleSwapCleanup()
251 _swapLastUpdateTimes = NULL; in handleSwapCleanup()