Home
last modified time | relevance | path

Searched refs:record_time (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOReporter.cpp766 uint64_t record_time /* = 0 */) in setElementValues() argument
772 if (record_time == 0) { in setElementValues()
773 record_time = mach_absolute_time(); in setElementValues()
783 _elements[element_index].timestamp = record_time; in setElementValues()
/xnu-11215/iokit/IOKit/
H A DIOKernelReporters.h633 uint64_t record_time = 0);