Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp224 || IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in normalInterruptOccurred()
227 if (IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in normalInterruptOccurred()
277 || IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in disableInterruptOccurred()
280 if (IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in disableInterruptOccurred()
H A DIOInterruptEventSource.cpp461 if (reserved->statistics->enablePrimaryTimestamp) { in normalInterruptOccurred()
492 if (reserved->statistics->enablePrimaryTimestamp) { in disableInterruptOccurred()
529 reserved->statistics->enablePrimaryTimestamp = enable; in enablePrimaryInterruptTimestamp()
536 if (reserved->statistics && reserved->statistics->enablePrimaryTimestamp) { in getPrimaryInterruptTimestamp()
/xnu-11215/iokit/IOKit/
H A DIOInterruptAccountingPrivate.h163 bool enablePrimaryTimestamp; member