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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHistogramReporter.cpp172 hist_values.bucket_min = kIOReportInvalidIntValue;
339 hist_values.bucket_min = hist_values.bucket_max = value;
344 if (value < hist_values.bucket_min) {
345 hist_values.bucket_min = value;
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOReportTypes.h111 int64_t bucket_min; member in struct:__anon14998

Completed in 68 milliseconds