Lines Matching full:shifted
33 /* Number of clock shifted nano seconds in one NTP interval. */
35 /* shifted nano seconds left over when rounding cycle_interval */
40 /* Clock shifted nano seconds remainder not stored in xtime.tv_nsec. */
43 * shifted nano seconds. */
45 /* Shift conversion between clock shifted nano seconds and
46 * ntp shifted nano seconds. */
84 /* Go back from cycles -> shifted ns */ in timekeeper_setup_internals()
813 * First we shift it down from NTP_SHIFT to clocksource->shifted nsecs. in timekeeping_adjust()
884 * time (in shifted nanoseconds) is: in timekeeping_adjust()
922 * logarithmic_accumulation - shifted accumulation of cycles
924 * This functions accumulates a shifted interval of cycles into
925 * into a shifted interval nanoseconds. Allows for O(log) accumulation
935 /* If the offset is smaller then a shifted interval, do nothing */ in logarithmic_accumulation()
939 /* Accumulate one shifted interval */ in logarithmic_accumulation()