Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/hastd/
H A Dhooks.c59 #define REPORT_INTERVAL 60 macro
317 if (now - hp->hp_lastreport < REPORT_INTERVAL) in hook_check()
H A Dhastd.c79 #define REPORT_INTERVAL 5 macro
1078 seltimeout.tv_sec = REPORT_INTERVAL; in main_loop()
1119 if (lastcheck + REPORT_INTERVAL <= now) { in main_loop()