Searched defs:watchdog_period (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)
2842 r = sd_watchdog_enabled(false, &e->watchdog_period);

Completed in 45 milliseconds