Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOHistogramReporter.cpp305 uint64_t bucket_hits, in overrideBucketValues() argument
319 bucket.bucket_hits = bucket_hits; in overrideBucketValues()
354 if (hist_values.bucket_hits == 0) { in tallyValue()
370 hist_values.bucket_hits++; in tallyValue()
/xnu-10063.141.1/iokit/IOKit/
H A DIOReportMacros.h646 if (__rep->bucket_hits == 0) { \
661 __rep->bucket_hits++; \
H A DIOReportTypes.h109 uint64_t bucket_hits; member
H A DIOKernelReporters.h1601 uint64_t bucket_hits,