Searched refs:deactivating (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/analyze/ |
D | analyze-plot.c | 167 svg_bar("active", u->activated, u->deactivating, y); in plot_unit_times() 168 svg_bar("deactivating", u->deactivating, u->deactivated, y); in plot_unit_times() 250 u->activated == 0 && u->deactivating == 0) in verb_plot() 251 u->activated = u->deactivating = u->deactivated; in verb_plot() 254 if (u->deactivating < u->activated || u->deactivating > boot->finish_time) in verb_plot() 255 u->deactivating = boot->finish_time; in verb_plot() 256 if (u->deactivated < u->deactivating || u->deactivated > boot->finish_time) in verb_plot()
|
D | analyze-time-data.h | 44 usec_t deactivating; member
|
D | analyze-time-data.c | 221 { "ActiveExitTimestampMonotonic", "t", NULL, offsetof(UnitTimes, deactivating) }, in acquire_time_data() 272 subtract_timestamp(&t->deactivating, boot_times->reverse_offset); in acquire_time_data()
|
/systemd-251/docs/ |
D | HOME_DIRECTORY.md | 176 When deactivating a home directory, the file system or block device is trimmed
|
D | PORTABILITY_AND_STABILITY.md | 28 … used in systemd**, e.g. the high-level unit states inactive, active, deactivating, and so on, as …
|
D | USER_RECORD.md | 475 to trim/allocate the file system/backing file when deactivating the home
|