Searched refs:new_time (Results 1 – 1 of 1) sorted by relevance
1224 uint64_t new_time; in _get_system_time_and_machine() local1227 new_time = context->cumulative_time; in _get_system_time_and_machine()1230 new_time += blue_unit_conversion(difftime, context->calibrationData.period1, MULT64_THR_PERIOD); in _get_system_time_and_machine()1231 if (new_time < context->last_system_time) in _get_system_time_and_machine()1233 …new_time += blue_unit_conversion(TIMER_MAX_VALUE, context->calibrationData.period1, MULT64_THR_PER… in _get_system_time_and_machine()1235 context->last_system_time = new_time; in _get_system_time_and_machine()1238 return new_time; in _get_system_time_and_machine()