Home
last modified time | relevance | path

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

/xnu-8792.81.2/iokit/Kernel/
H A DIOStateReporter.cpp88 _lastUpdateTimes = NULL; in initWith()
104 if (_lastUpdateTimes) { in free()
106 IOFreeData(_lastUpdateTimes, (size_t)_nChannels * sizeof(uint64_t)); in free()
187 if (!_lastUpdateTimes) { in handleAddChannelSwap()
191 memcpy(_swapLastUpdateTimes, _lastUpdateTimes, in handleAddChannelSwap()
200 tmpTimestamps = _lastUpdateTimes; in handleAddChannelSwap()
201 _lastUpdateTimes = _swapLastUpdateTimes; in handleAddChannelSwap()
227 tmpTimestamps = _lastUpdateTimes; in handleAddChannelSwap()
228 _lastUpdateTimes = _swapLastUpdateTimes; in handleAddChannelSwap()
346 if (_lastUpdateTimes[channel_index]) { in overrideChannelState()
[all …]
/xnu-8792.81.2/iokit/IOKit/
H A DIOKernelReporters.h1508 uint64_t *_lastUpdateTimes; // most recent auto-update variable