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

/systemd/src/libsystemd/sd-event/
H A Dsd-event.c233 usec_t watchdog_last, watchdog_period; member in struct:sd_event
2412 e->watchdog_last + (e->watchdog_period / 2),
2413 e->watchdog_last + (e->watchdog_period * 3 / 4));
2436 if (e->watchdog_last + e->watchdog_period / 4 > e->timestamp.monotonic)
2440 e->watchdog_last = e->timestamp.monotonic;
2848 e->watchdog_last = now(CLOCK_MONOTONIC);

Completed in 1577 milliseconds