Lines Matching +full:left +full:- +full:shifted
1 /* SPDX-License-Identifier: GPL-2.0 */
15 * struct tk_read_base - base structure for timekeeping readout
21 * @xtime_nsec: Shifted (fractional) nano seconds offset for readout
46 * struct timekeeper - Structure holding internal timekeeping values.
52 * @offs_real: Offset clock monotonic -> clock realtime
53 * @offs_boot: Offset clock monotonic -> clock boottime
54 * @offs_tai: Offset clock monotonic -> clock tai
58 * @next_leap_ktime: CLOCK_MONOTONIC time value of a pending leap-second
62 * @xtime_interval: Number of clock shifted nano seconds in one NTP
64 * @xtime_remainder: Shifted nano seconds left over when rounding
66 * @raw_interval: Shifted raw nano seconds accumulated per NTP interval.
68 * shifted nano seconds.
69 * @ntp_error_shift: Shift conversion between clock shifted nano seconds and
70 * ntp shifted nano seconds.
116 * mid-tick, and we don't want to apply that new value to
121 * shifted nano seconds. */