Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h399 struct IOInterruptAccountingReporter;
427 IOInterruptAccountingReporter * interruptStatisticsArray;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp341 struct IOInterruptAccountingReporter { struct
851 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free()
8782 IOInterruptAccountingReporter * newArray = NULL; in addInterruptStatistics()
8817 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics()
8838 newArray = IONew(IOInterruptAccountingReporter, newArraySize); in addInterruptStatistics()
8848 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()