Searched refs:IOInterruptAccountingData (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.61.3/iokit/Kernel/ |
| H A D | IOInterruptAccounting.cpp | 64 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 D | IOInterruptEventSource.cpp | 114 reserved->statistics = IOMallocType(IOInterruptAccountingData); in init() 242 IOFreeType(reserved->statistics, IOInterruptAccountingData); in free()
|
| H A D | IOService.cpp | 343 IOInterruptAccountingData * statistics; /* The live statistics values, if any */ 8688 IOService::addInterruptStatistics(IOInterruptAccountingData * statistics, int source) in addInterruptStatistics() 8691 IOInterruptAccountingData * oldValue = NULL; in addInterruptStatistics() 8848 IOInterruptAccountingData * value = NULL; in removeInterruptStatistics()
|
| /xnu-10002.61.3/iokit/IOKit/ |
| H A D | IOInterruptAccountingPrivate.h | 148 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 D | IOInterruptEventSource.h | 46 struct IOInterruptAccountingData; 107 IOInterruptAccountingData * statistics;
|
| H A D | IOService.h | 394 struct IOInterruptAccountingData; 1404 IOReturn addInterruptStatistics(IOInterruptAccountingData * statistics, int source);
|