Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterruptAccounting.cpp45 queue_head_t gInterruptAccountingDataList; variable
60 queue_init(&gInterruptAccountingDataList); in interruptAccountingInit()
67 queue_enter(&gInterruptAccountingDataList, data, IOInterruptAccountingData *, chain); in interruptAccountingDataAddToList()
75 queue_remove(&gInterruptAccountingDataList, data, IOInterruptAccountingData *, chain); in interruptAccountingDataRemoveFromList()