Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dwatchdog.c107 #define WATCHDOG_STEPS 3 macro
171 if (++(wp->trip_run) < WATCHDOG_STEPS) { in watchdog_event()
203 if ((wp->timeout = timeout / WATCHDOG_STEPS) == 0) in watchdog_create()