Searched refs:lastsync (Results 1 – 3 of 3) sorted by relevance
174 f->lastsync = now; in fifolog_write_open()267 if (f->cleanup || now >= (int)(f->lastsync + f->syncrate)) { in fifolog_write_gzip()298 f->lastsync = now; in fifolog_write_gzip()
65 time_t lastsync; member
419 u_long lastsync; /* time (ntp) when clock was last seen fully synchronized */ member3987 parse->lastsync = current_time; in parse_process()4167 if (((current_time - parse->lastsync) > parse->maxunsync) || in parse_process()4168 (parse->lastsync < parse->lastmissed) || in parse_process()4169 ((parse->lastsync == 0) && !PARSE_SYNC(parsetime->parse_state)) || in parse_process()4174 parse->lastsync = 0; /* wait for full sync again */ in parse_process()