Lines Matching refs:finish_time
86 usec_t finish_time;
252 ×.finish_time) < 0 ||
285 if (times.finish_time <= 0) {
298 subtract_timestamp(×.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)
609 u->activated = boot->finish_time;
610 if (u->deactivating < u->activated || u->activated > boot->finish_time)
611 u->deactivating = boot->finish_time;
612 if (u->deactivated < u->deactivating || u->deactivated > boot->finish_time)
613 u->deactivated = boot->finish_time;
672 svg_graph_box(m, -(double) boot->firmware_time, boot->finish_time);
694 svg_bar("active", boot->userspace_time, boot->finish_time, y);
840 && times->activated <= boot->finish_time
853 if (times && times->activated && times->activated <= boot->finish_time && (service_longest - times->activated) <= arg_fuzz)
864 || times->activated > boot->finish_time