Lines Matching full:real
29 * For other references, use the functions with "real", "clocktai",
76 * ktime_get_real - get the real (wall-) time in ktime_t format
78 * Returns: real (wall) time in ktime_t format
173 * ktime_get_real_ns - Get the current real/wall time in nanoseconds
175 * Returns: current real time converted to nanoseconds
262 * struct ktime_timestamps - Simultaneous mono/boot/real timestamps
265 * @real: Realtime timestamp
270 u64 real; member
274 * struct system_time_snapshot - simultaneous raw/real time capture with
277 * @real: Realtime system time
285 ktime_t real; member