Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_boottrace.c220 uint64_t first_msecs; in boottrace_display() local
242 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()