Lines Matching refs:time_offset
185 static l_fp time_offset; variable
442 __func__, modes, time_offset, time_freq, time_status, time_constant, time_adjtime); in ntp_adjtime()
455 user_ntv.offset = L_GINT(time_offset); in ntp_adjtime()
457 user_ntv.offset = L_GINT(time_offset) / 1000; in ntp_adjtime()
484 user_ntv.offset = L_GINT(time_offset); in ntp_adjtime()
486 user_ntv.offset = L_GINT(time_offset) / 1000; in ntp_adjtime()
544 old_offset = time_offset; in ntp_update_second()
547 ftemp = time_offset; in ntp_update_second()
550 L_SUB(time_offset, ftemp); in ntp_update_second()
575 if (old_time_adjtime || ((time_offset || old_offset) && (time_offset != old_offset))) { in ntp_update_second()
588 __func__, time_offset, (time_offset > 0)? time_offset >> 32 : -((-time_offset) >> 32), in ntp_update_second()
636 L_LINT(time_offset, time_monitor); in hardupdate()
690 __func__, time_offset, time_freq, time_status, time_constant, time_adjtime); in kern_adjtime()