Searched refs:first_msecs (Results 1 – 1 of 1) sorted by relevance
220 uint64_t first_msecs; in boottrace_display() local242 first_msecs = 0; in boottrace_display()277 if (first_msecs == 0 || msecs < first_msecs) in boottrace_display()278 first_msecs = msecs; in boottrace_display()288 total_dmsecs = last_msecs > first_msecs ? in boottrace_display()289 (last_msecs - first_msecs) : 0; in boottrace_display()