Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterruptEventSource.cpp462 reserved->statistics->primaryTimestamp = mach_absolute_time(); in normalInterruptOccurred()
493 reserved->statistics->primaryTimestamp = mach_absolute_time(); in disableInterruptOccurred()
537 return reserved->statistics->primaryTimestamp; in getPrimaryInterruptTimestamp()
H A DIOFilterInterruptEventSource.cpp228 IOInterruptEventSource::reserved->statistics->primaryTimestamp = startTime; in normalInterruptOccurred()
281 IOInterruptEventSource::reserved->statistics->primaryTimestamp = startTime; in disableInterruptOccurred()
/xnu-11215/iokit/IOKit/
H A DIOInterruptAccountingPrivate.h164 volatile uint64_t primaryTimestamp __attribute__((aligned(8))); member