Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/parseutil/
HDdcfd.c1126 static unsigned long last_notice = 0; in tick() local
1148 last_notice = ticks; in tick()
1154 if ((ticks - last_notice) > NOTICE_INTERVAL) in tick()
1157 last_notice = ticks; in tick()