Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dhooks.c75 time_t hp_lastreport; member
181 hp->hp_birthtime = hp->hp_lastreport = time(NULL); in hook_alloc()
314 if (now - hp->hp_lastreport < REPORT_INTERVAL) in hook_check()
323 hp->hp_lastreport = now; in hook_check()