Lines Matching +full:no +full:- +full:tick +full:- +full:in +full:- +full:suspend
1 /* SPDX-License-Identifier: GPL-2.0 */
15 * struct tk_read_base - base structure for timekeeping readout
46 * struct timekeeper - Structure holding internal timekeeping values.
49 * @xtime_sec: Current CLOCK_REALTIME time in seconds
50 * @ktime_sec: Current CLOCK_MONOTONIC time in seconds
52 * @offs_real: Offset clock monotonic -> clock realtime
53 * @offs_boot: Offset clock monotonic -> clock boottime
54 * @offs_tai: Offset clock monotonic -> clock tai
55 * @tai_offset: The current UTC to TAI offset in seconds
58 * @next_leap_ktime: CLOCK_MONOTONIC time value of a pending leap-second
59 * @raw_sec: CLOCK_MONOTONIC_RAW time in seconds
61 * @cycle_interval: Number of clock cycles in one NTP interval
62 * @xtime_interval: Number of clock shifted nano seconds in one NTP
67 * @ntp_error: Difference between accumulated time and NTP time in ntp
82 * wall_to_monotonic is moved after resume from suspend for the
86 * wall_to_monotonic is no longer the boot time, getboottime must be
114 * This cached copy ensures we consistently apply the tick
115 * length for an entire tick, as ntp_tick_length may change
116 * mid-tick, and we don't want to apply that new value to
117 * the tick in progress.
120 /* Difference between accumulated time and NTP time in ntp