Searched refs:last_session_timestamp (Results 1 – 2 of 2) sorted by relevance
65 .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() local317 "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 …]
39 …usec_t last_session_timestamp; /* When the number of sessions of this user went from 1 to 0 the la… member