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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptEventSource.cpp162 * init()), so we don't have to worry that we will invoke addInterruptStatistics
180 provider->addInterruptStatistics(reserved->statistics, inIntIndex);
H A DIOService.cpp5780 IOReturn IOService::addInterruptStatistics(IOInterruptAccountingData * statistics, int source) function in class:IOService
5800 panic("addInterruptStatistics called for an excessively large index (%d)", source);
5918 panic("addInterruptStatistics call for index %d would have clobbered existing statistics", source);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1108 /*! @function addInterruptStatistics
1113 IOReturn addInterruptStatistics(IOInterruptAccountingData * statistics, int source);

Completed in 145 milliseconds