Searched refs:_swapLastUpdateTimes (Results 1 – 2 of 2) sorted by relevance
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()[all …]
1512 uint64_t *_swapLastUpdateTimes; variable