Home
last modified time | relevance | path

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

/systemd-251/src/analyze/
Danalyze-time-data.c131 usec_t activated_time = USEC_INFINITY; in pretty_boot_time() local
157 &activated_time); in pretty_boot_time()
181 if (unit_id && timestamp_is_set(activated_time)) { in pretty_boot_time()
184 …(!strextend(&text, "\n", unit_id, " reached after ", FORMAT_TIMESPAN(activated_time - base, USEC_P… in pretty_boot_time()
187 } else if (unit_id && activated_time == 0) { in pretty_boot_time()
192 } else if (unit_id && activated_time == USEC_INFINITY) { in pretty_boot_time()