Searched refs:IOInterruptAccountingReporter (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h288 struct IOInterruptAccountingReporter;
308 IOInterruptAccountingReporter * interruptStatisticsArray;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp223 struct IOInterruptAccountingReporter { struct
549 IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptStatisticsArrayCount);
5784 IOInterruptAccountingReporter * newArray = NULL;
5818 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1);
5838 newArray = IONew(IOInterruptAccountingReporter, newArraySize);
5848 IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptStatisticsArrayCount);

Completed in 141 milliseconds