Searched refs:lostsync (Results 1 – 1 of 1) sorted by relevance
1251 int lostsync, isinsync; in ees_process() local1407 lostsync = current_time - ees->clocklastgood > 300 ? 1 : 0; in ees_process()1408 isinsync = (lostsync || ees->leaphold > current_time) ? 0 : 1; in ees_process()1420 ees_event(ees, lostsync ? CEVNT_PROP : CEVNT_NOMINAL); in ees_process()