Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOHistogramReporter.cpp85 int64_t bucketBound = 0, previousBucketBound = 0; in initWith() local
228 bucketBound = power; in initWith()
230 bucketBound = _histogramSegmentsConfig[cnt].base_bucket_width * in initWith()
234 if (previousBucketBound >= bucketBound) { in initWith()
241 _bucketBounds[cnt3] = bucketBound; in initWith()