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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptAccounting.cpp41 queue_head_t gInterruptAccountingDataList; variable
54 queue_init(&gInterruptAccountingDataList);
60 queue_enter(&gInterruptAccountingDataList, data, IOInterruptAccountingData *, chain);
67 queue_remove(&gInterruptAccountingDataList, data, IOInterruptAccountingData *, chain);

Completed in 113 milliseconds