Lines Matching refs:watchdog_usec
207 usec_t watchdog_usec; in service_start_watchdog() local
212 watchdog_usec = service_get_watchdog_usec(s); in service_start_watchdog()
213 if (!timestamp_is_set(watchdog_usec)) { in service_start_watchdog()
219 …ource_set_time(s->watchdog_event_source, usec_add(s->watchdog_timestamp.monotonic, watchdog_usec)); in service_start_watchdog()
231 usec_add(s->watchdog_timestamp.monotonic, watchdog_usec), 0, in service_start_watchdog()
307 log_unit_debug(UNIT(s), "watchdog_usec="USEC_FMT, s->watchdog_usec); in service_override_watchdog_timeout()
769 (s->type == SERVICE_NOTIFY || s->watchdog_usec > 0 || s->n_fd_store_max > 0)) in service_add_extras()
903 prefix, FORMAT_TIMESPAN(s->watchdog_usec, USEC_PER_SEC)); in service_dump()
1657 exec_params.watchdog_usec = service_get_watchdog_usec(s); in service_spawn_internal()
2552 s->watchdog_original_usec = s->watchdog_usec; in service_start()
4019 usec_t watchdog_usec; in service_dispatch_watchdog() local
4024 watchdog_usec = service_get_watchdog_usec(s); in service_dispatch_watchdog()
4028 FORMAT_TIMESPAN(watchdog_usec, 1)); in service_dispatch_watchdog()
4033 FORMAT_TIMESPAN(watchdog_usec, 1)); in service_dispatch_watchdog()