Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp223 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelTimeIndex) in normalInterruptOccurred()
244 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelTimeIndex)) { in normalInterruptOccurred()
246 …ptEventSource::reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelTimeIndex],… in normalInterruptOccurred()
276 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelTimeIndex) in disableInterruptOccurred()
297 if (IA_GET_STATISTIC_ENABLED(kInterruptAccountingFirstLevelTimeIndex)) { in disableInterruptOccurred()
299 …ptEventSource::reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelTimeIndex],… in disableInterruptOccurred()
H A DIOInterruptAccounting.cpp37 IA_GET_ENABLE_BIT(kInterruptAccountingFirstLevelTimeIndex) |
/xnu-11215/iokit/IOKit/
H A DIOInterruptAccounting.h138kInterruptAccountingFirstLevelTimeIndex, /* Time spent in the top level handler, if one was instal… enumerator
H A DIOInterruptAccountingPrivate.h111 [kInterruptAccountingFirstLevelTimeIndex] = kInterruptAccountingChannelNameFirstLevelTime,