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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHistogramReporter.cpp173 hist_values.bucket_max = kIOReportInvalidIntValue;
339 hist_values.bucket_min = hist_values.bucket_max = value;
346 } else if (value > hist_values.bucket_max) {
347 hist_values.bucket_max = value;
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOReportTypes.h112 int64_t bucket_max; member in struct:__anon14998

Completed in 77 milliseconds