Searched refs:base_bucket_width (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOHistogramReporter.cpp131 _histogramSegmentsConfig[cnt].base_bucket_width,
136 || _histogramSegmentsConfig[cnt].base_bucket_width == 0) {
204 || _histogramSegmentsConfig[cnt].base_bucket_width > INT_MAX) {
219 power *= _histogramSegmentsConfig[cnt].base_bucket_width;
226 bucketBound = _histogramSegmentsConfig[cnt].base_bucket_width *
/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReportStructs.h264 uint32_t base_bucket_width; // segment[0].bucket[0] = [0, base_width] member in struct:__anon600

Completed in 14 milliseconds