Lines Matching +full:500 +full:hz
608 * off we slew at a rate of 5ms/s (5000 PPM) else 500us/s (500 PPM) in ntp_update_second()
609 * until the last second is slewed the final < 500 usecs. in ntp_update_second()
616 else if (time_adjtime > 500) in ntp_update_second()
617 tickrate = 500; in ntp_update_second()
618 else if (time_adjtime < -500) in ntp_update_second()
619 tickrate = -500; in ntp_update_second()
754 * the range +-500 us. The frequency discriminator rejects input in hardpps()
755 * signals with apparent frequency outside the range 1 +-500 in hardpps()
998 callout_schedule(&resettodr_callout, resettodr_period * hz); in periodic_resettodr()
1024 callout_reset(&resettodr_callout, resettodr_period * hz, in sysctl_resettodr_period()
1043 callout_reset(&resettodr_callout, resettodr_period * hz, in start_periodic_resettodr()