Home
last modified time | relevance | path

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

/xnu-8792.81.2/iokit/Kernel/
H A DIOHistogramReporter.cpp202 _bucketBounds = (int64_t*)IOMallocZeroData(boundsSize); in initWith()
203 if (!_bucketBounds) { in initWith()
240 _bucketBounds[cnt3] = bucketBound; in initWith()
242 previousBucketBound = _bucketBounds[cnt3]; in initWith()
258 if (_bucketBounds) { in free()
260 IOFreeData(_bucketBounds, (size_t)_nElements * sizeof(int64_t)); in free()
342 if (value <= _bucketBounds[cnt]) { in tallyValue()
/xnu-8792.81.2/iokit/IOKit/
H A DIOKernelReporters.h1692 int64_t *_bucketBounds; variable