Searched refs:active_enter_timestamp (Results 1 - 5 of 5) sorted by relevance
/systemd/src/core/ |
H A D | unit.h | 127 dual_timestamp active_enter_timestamp; member in struct:Unit
|
H A D | unit.c | 911 prefix, strna(format_timestamp(timestamp2, sizeof(timestamp2), u->active_enter_timestamp.realtime)), 1846 u->active_enter_timestamp = u->state_change_timestamp; 2571 dual_timestamp_serialize(f, "active-enter-timestamp", &u->active_enter_timestamp); 2757 dual_timestamp_deserialize(v, &u->active_enter_timestamp);
|
H A D | dbus-unit.c | 677 BUS_PROPERTY_DUAL_TIMESTAMP("ActiveEnterTimestamp", offsetof(Unit, active_enter_timestamp), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
|
H A D | service.c | 972 return usec_add(UNIT(s)->active_enter_timestamp.monotonic, s->runtime_max_usec); 1645 service_arm_timer(s, usec_add(UNIT(s)->active_enter_timestamp.monotonic, s->runtime_max_usec));
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 3347 usec_t active_enter_timestamp; member in struct:UnitStatusInfo 3510 streq_ptr(i->active_state, "reloading")) ? i->active_enter_timestamp : 3895 i->active_enter_timestamp = (usec_t) u;
|
Completed in 1711 milliseconds