Home
last modified time | relevance | path

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

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