Lines Matching full:feed
503 * Support for feed-forward synchronization algorithms. This is heavily inspired
509 /* Feed-forward clock estimates kept updated by the synchronization daemon. */
511 struct bintime ffclock_boottime; /* Feed-forward boot time estimate. */
512 uint32_t ffclock_status; /* Feed-forward clock status. */
550 * Reset the feed-forward clock estimates. Called from inittodr() to get things
554 * monotonic (i.e. uptime) version of the feed-forward clock.
671 * estimates passed the feed-forward synchronisation daemon may result in ffclock_windup()
769 * operation for a feed-forward synchronization daemon, and it is its job to not
809 * Retrieve feed-forward counter and time of last kernel tick.
1099 /* Record feed-forward clock leap second adjustment. */ in sysclock_getsnapshot()
1104 /* Record feed-forward clock status and error. */ in sysclock_getsnapshot()
1888 * Feed the NTP PLL/FLL. in pps_event()