Home
last modified time | relevance | path

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

/systemd-251/src/login/
Dlogind-user.c65 .last_session_timestamp = USEC_INFINITY, in user_new()
187 if (u->last_session_timestamp != USEC_INFINITY) in user_save_internal()
189 u->last_session_timestamp); in user_save_internal()
307 …p_free_ char *realtime = NULL, *monotonic = NULL, *stopping = NULL, *last_session_timestamp = NULL; in user_load() local
317 "LAST_SESSION_TIMESTAMP", &last_session_timestamp); in user_load()
335 if (last_session_timestamp) in user_load()
336 (void) deserialize_usec(last_session_timestamp, &u->last_session_timestamp); in user_load()
672 if (u->last_session_timestamp != USEC_INFINITY) { in user_may_gc()
682 now(CLOCK_MONOTONIC) < usec_add(u->last_session_timestamp, user_stop_delay)) in user_may_gc()
838 u->last_session_timestamp = USEC_INFINITY; in user_update_last_session_timer()
[all …]
Dlogind-user.h39 …usec_t last_session_timestamp; /* When the number of sessions of this user went from 1 to 0 the la… member