Searched refs:time_reftime (Results 1 – 2 of 2) sorted by relevance
59 long time_reftime = 0; /* time at last adjustment (s) */ variable130 mtemp = timex.tv_sec - time_reftime; in hardupdate()131 time_reftime = timex.tv_sec; in hardupdate()
185 static time_t time_reftime; /* time at last adjustment (s) */ variable650 time_reftime = time_second; in hardupdate()653 if (time_status & STA_FREQHOLD || time_reftime == 0) in hardupdate()654 time_reftime = time_second; in hardupdate()655 mtemp = time_second - time_reftime; in hardupdate()668 time_reftime = time_second; in hardupdate()