Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Dsd-event.c147 usec_t watchdog_last, watchdog_period; member
3779 usec_add(e->watchdog_last, (e->watchdog_period / 2)), in arm_watchdog()
3780 usec_add(e->watchdog_last, (e->watchdog_period * 3 / 4))); in arm_watchdog()
3799 if (e->watchdog_last + e->watchdog_period / 4 > e->timestamp.monotonic) in process_watchdog()
3803 e->watchdog_last = e->timestamp.monotonic; in process_watchdog()
4380 e->watchdog_last = now(CLOCK_MONOTONIC); in sd_event_set_watchdog()