Lines Matching +full:real +full:- +full:time
1 /* SPDX-License-Identifier: GPL-2.0 */
24 * ktime_get() family: read the current time in a multitude of ways,
26 * The default time reference is CLOCK_MONOTONIC, starting at
27 * boot time but not counting the time spent in suspend.
28 * For other references, use the functions with "real", "clocktai",
31 * To get the time in a different format, use the ones wit
34 * See Documentation/core-api/timekeeping.rst for more details.
75 * ktime_get_real - get the real (wall-) time in ktime_t format
88 * ktime_get_boottime - Returns monotonic time since boot in ktime_t format
91 * time spent in suspend.
104 * ktime_get_clocktai - Returns the TAI time of day in ktime_t format
145 * ktime_mono_to_real - Convert monotonic time to clock realtime
227 * struct ktime_timestanps - Simultaneous mono/boot/real timestamps
230 * @real: Realtime timestamp
235 u64 real; member
239 * struct system_time_snapshot - simultaneous raw/real time capture with
242 * @real: Realtime system time
243 * @raw: Monotonic raw system time
249 ktime_t real; member
257 * struct system_device_crosststamp - system/device cross-timestamp
259 * @device: Device time
260 * @sys_realtime: Realtime simultaneous with device time
261 * @sys_monoraw: Monotonic raw simultaneous with device time
270 * struct system_counterval_t - system counter value with the pointer to the