Home
last modified time | relevance | path

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

/xnu-8792.81.2/iokit/Kernel/
H A DIOHistogramReporter.cpp206 _bucketCount = _nElements; in initWith()
314 if (index >= (unsigned int)_bucketCount) { in overrideBucketValues()
341 for (cnt = 0; cnt < _bucketCount - 1; cnt++) { in tallyValue()
/xnu-8792.81.2/iokit/IOKit/
H A DIOKernelReporters.h1693 int _bucketCount; variable