Searched refs:tempTime (Results 1 – 3 of 3) sorted by relevance
171 TIME_GET(perf->tempTime); in __PERF_LOG_log_common()172 delta = TIME_DELTA(perf->tempTime, perf->time); in __PERF_LOG_log_common()177 TIME_COPY(perf->time, perf->tempTime); in __PERF_LOG_log_common()
106 TIME_COPY(me->tempTime, me->time); in __PERF_common_Create()
46 TIME_STRUCT time, tempTime; /* last and current timestamp */ member