Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOHistogramReporter.cpp174 IOHistogramReportValues hist_values; in initWith() local
175 if (copyElementValues(cnt2, (IOReportElementValues*)&hist_values)) { in initWith()
178 hist_values.bucket_min = kIOReportInvalidIntValue; in initWith()
179 hist_values.bucket_max = kIOReportInvalidIntValue; in initWith()
180 hist_values.bucket_sum = kIOReportInvalidIntValue; in initWith()
181 if (setElementValues(cnt2, (IOReportElementValues*)&hist_values)) { in initWith()
337 IOHistogramReportValues hist_values; in tallyValue() local
350 if (copyElementValues(element_index, (IOReportElementValues *)&hist_values) != kIOReturnSuccess) { in tallyValue()
355 if (hist_values.bucket_hits == 0) { in tallyValue()
356 hist_values.bucket_min = hist_values.bucket_max = value; in tallyValue()
[all …]