Home
last modified time | relevance | path

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

/xnu-10002.41.9/iokit/IOKit/
H A DIOReportMacros.h586 #define HISTREPORT_BUFSIZE(nbuckets) \ macro
609 if ((bufSize) >= HISTREPORT_BUFSIZE(nbuckets)) { \
/xnu-10002.41.9/iokit/Kernel/
H A DIOPMrootDomain.cpp9666 reportSize = HISTREPORT_BUFSIZE(bktCnt); in configureReportGated()
9685 IOFreeData(*report, HISTREPORT_BUFSIZE(bktCnt)); in configureReportGated()