Searched defs:boot_times (Results 1 - 1 of 1) sorted by relevance

/systemd/src/analyze/
H A Danalyze.c79 struct boot_times { struct
214 static int acquire_boot_times(sd_bus *bus, struct boot_times **bt) {
215 static struct boot_times times;
293 * (see comment to reverse_offset in struct boot_times).
343 struct boot_times *boot_times = NULL; local
348 r = acquire_boot_times(bus, &boot_times);
404 subtract_timestamp(&t->activating, boot_times->reverse_offset);
405 subtract_timestamp(&t->activated, boot_times->reverse_offset);
406 subtract_timestamp(&t->deactivating, boot_times
[all...]

Completed in 30 milliseconds