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
226 * struct ktime_timestanps - Simultaneous mono/boot/real timestamps
229 * @real: Realtime timestamp
234 u64 real; member
238 * struct system_time_snapshot - simultaneous raw/real time capture with
241 * @real: Realtime system time
242 * @raw: Monotonic raw system time
248 ktime_t real; member
255 * struct system_device_crosststamp - system/device cross-timestamp
257 * @device: Device time
258 * @sys_realtime: Realtime simultaneous with device time
259 * @sys_monoraw: Monotonic raw simultaneous with device time
268 * struct system_counterval_t - system counter value with the pointer to the