Lines Matching refs:user_stop_delay
658 return u->manager->user_stop_delay; in user_get_stop_delay()
673 usec_t user_stop_delay; in user_may_gc() local
677 user_stop_delay = user_get_stop_delay(u); in user_may_gc()
679 if (user_stop_delay == USEC_INFINITY) in user_may_gc()
681 if (user_stop_delay > 0 && in user_may_gc()
682 now(CLOCK_MONOTONIC) < usec_add(u->last_session_timestamp, user_stop_delay)) in user_may_gc()
831 usec_t user_stop_delay; in user_update_last_session_timer() local
850 user_stop_delay = user_get_stop_delay(u); in user_update_last_session_timer()
851 if (!timestamp_is_set(user_stop_delay)) in user_update_last_session_timer()
862 usec_add(u->last_session_timestamp, user_stop_delay), 0, in user_update_last_session_timer()
870 FORMAT_TIMESPAN(user_stop_delay, USEC_PER_MSEC)); in user_update_last_session_timer()