Searched refs:extend_timeout_usec (Results 1 – 1 of 1) sorted by relevance
279 static void service_extend_timeout(Service *s, usec_t extend_timeout_usec) { in service_extend_timeout() argument284 if (!timestamp_is_set(extend_timeout_usec)) in service_extend_timeout()287 extended = usec_add(now(CLOCK_MONOTONIC), extend_timeout_usec); in service_extend_timeout()4219 usec_t extend_timeout_usec; in service_notify_message() local4220 if (safe_atou64(e, &extend_timeout_usec) < 0) in service_notify_message()4223 service_extend_timeout(s, extend_timeout_usec); in service_notify_message()