Searched refs:hist_values (Results 1 – 1 of 1) sorted by relevance
174 IOHistogramReportValues hist_values; in initWith() local175 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() local350 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 …]