Home
last modified time | relevance | path

Searched refs:_nChannels (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.81.2/iokit/Kernel/
H A DIOStateReporter.cpp101 PREFL_MEMOP_PANIC(_nChannels, int); in free()
102 IOFreeData(_currentStates, (size_t)_nChannels * sizeof(int)); in free()
105 PREFL_MEMOP_PANIC(_nChannels, uint64_t); in free()
106 IOFreeData(_lastUpdateTimes, (size_t)_nChannels * sizeof(uint64_t)); in free()
183 PREFL_MEMOP_FAIL(_nChannels, int); in handleAddChannelSwap()
185 (size_t)_nChannels * sizeof(int)); in handleAddChannelSwap()
190 PREFL_MEMOP_FAIL(_nChannels, uint64_t); in handleAddChannelSwap()
192 (size_t)_nChannels * sizeof(uint64_t)); in handleAddChannelSwap()
375 if (channel_index < 0 || channel_index >= _nChannels) { in handleOverrideChannelStateByIndices()
451 if (channel_index < 0 || channel_index >= _nChannels) { in handleIncrementChannelStateByIndices()
[all …]
H A DIOReporter.cpp257 PREFL_MEMOP_PANIC(_nChannels, int); in free()
258 IOFreeData(_enableCounts, (size_t)_nChannels * sizeof(int)); in free()
289 oldNChannels = _nChannels; in addChannel()
439 if (newNChannels < _nChannels) { in handleSwapPrepare()
521 (size_t)_nChannels * sizeof(int)); in handleAddChannelSwap()
548 if (!_channelNames->setObject((unsigned)_nChannels, symChannelName)) { in handleAddChannelSwap()
555 _nChannels += 1; in handleAddChannelSwap()
833 if (channel_index > _nChannels) { in updateReportChannel()
957 for (chIdx = 0; chIdx < _nChannels; chIdx++) { in getChannelIndices()
992 channelIDs = OSArray::withCapacity((unsigned)_nChannels); in copyChannelIDs()
[all …]
H A DIOHistogramReporter.cpp93 _nChannels = 1; in initWith()
151 __func__, _nChannels, _channelDimension); in initWith()
154 __func__, _nChannels, _nElements); in initWith()
166 eCountsSize = (size_t)_nChannels * sizeof(int); in initWith()
/xnu-8792.81.2/iokit/IOKit/
H A DIOKernelReporters.h788 int _nChannels; // Total Channels in this reporter variable