Home
last modified time | relevance | path

Searched refs:IOInterruptAccountingData (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.121.2/iokit/Kernel/
H A DIOInterruptAccounting.cpp64 interruptAccountingDataAddToList(IOInterruptAccountingData * data) in interruptAccountingDataAddToList()
67 queue_enter(&gInterruptAccountingDataList, data, IOInterruptAccountingData *, chain); in interruptAccountingDataAddToList()
72 interruptAccountingDataRemoveFromList(IOInterruptAccountingData * data) in interruptAccountingDataRemoveFromList()
75 queue_remove(&gInterruptAccountingDataList, data, IOInterruptAccountingData *, chain); in interruptAccountingDataRemoveFromList()
80 interruptAccountingDataUpdateChannels(IOInterruptAccountingData * data, IOSimpleReporter * reporter) in interruptAccountingDataUpdateChannels()
92 interruptAccountingDataInheritChannels(IOInterruptAccountingData * data, IOSimpleReporter * reporte… in interruptAccountingDataInheritChannels()
H A DIOInterruptEventSource.cpp114 reserved->statistics = IOMallocType(IOInterruptAccountingData); in init()
242 IOFreeType(reserved->statistics, IOInterruptAccountingData); in free()
H A DIOService.cpp338 IOInterruptAccountingData * statistics; /* The live statistics values, if any */
8594 IOService::addInterruptStatistics(IOInterruptAccountingData * statistics, int source) in addInterruptStatistics()
8597 IOInterruptAccountingData * oldValue = NULL; in addInterruptStatistics()
8754 IOInterruptAccountingData * value = NULL; in removeInterruptStatistics()
/xnu-8796.121.2/iokit/IOKit/
H A DIOInterruptAccountingPrivate.h148 struct IOInterruptAccountingData { struct
184 void interruptAccountingDataAddToList(IOInterruptAccountingData * data);
185 void interruptAccountingDataRemoveFromList(IOInterruptAccountingData * data);
192 void interruptAccountingDataUpdateChannels(IOInterruptAccountingData * data, IOSimpleReporter * rep…
201 void interruptAccountingDataInheritChannels(IOInterruptAccountingData * data, IOSimpleReporter * re…
H A DIOInterruptEventSource.h46 struct IOInterruptAccountingData;
107 IOInterruptAccountingData * statistics;
H A DIOService.h392 struct IOInterruptAccountingData;
1393 IOReturn addInterruptStatistics(IOInterruptAccountingData * statistics, int source);