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.
51 * @offs_real: Offset clock monotonic -> clock realtime
52 * @offs_boot: Offset clock monotonic -> clock boottime
53 * @offs_tai: Offset clock monotonic -> clock tai
61 * @xtime_interval: Number of clock shifted nano seconds in one NTP
63 * @xtime_remainder: Shifted nano seconds left over when rounding
65 * @raw_interval: Shifted raw nano seconds accumulated per NTP interval.
66 * @next_leap_ktime: CLOCK_MONOTONIC time value of a pending leap-second
70 * ntp_tick_length may change mid-tick, and we don't
74 * shifted nano seconds.
75 * @ntp_error_shift: Shift conversion between clock shifted nano seconds and
76 * ntp shifted nano seconds.