Searched refs:finish_time (Results 1 - 1 of 1) sorted by relevance

/systemd/src/analyze/
H A Danalyze.c86 usec_t finish_time; member in struct:boot_times
252 &times.finish_time) < 0 ||
285 if (times.finish_time <= 0) {
298 subtract_timestamp(&times.finish_time, times.reverse_offset);
511 size = strpcpyf(&ptr, size, "%s (userspace) ", format_timespan(ts, sizeof(ts), t->finish_time - t->userspace_time, USEC_PER_MSEC));
512 strpcpyf(&ptr, size, "= %s", format_timespan(ts, sizeof(ts), t->firmware_time + t->finish_time, USEC_PER_MSEC));
572 width = SCALE_X * (boot->firmware_time + boot->finish_time);
592 u->activating > boot->finish_time) {
605 if (u->deactivated > u->activating && u->deactivated <= boot->finish_time
608 if (u->activated < u->activating || u->activated > boot->finish_time)
[all...]

Completed in 17 milliseconds