Lines Matching full:time

25  * ktime_get() family - read the current time in a multitude of ways.
27 * The default time reference is CLOCK_MONOTONIC, starting at
28 * boot time but not counting the time spent in suspend.
32 * To get the time in a different format, use the ones with
81 * ktime_get_real - get the real (wall-) time in ktime_t format
83 * Returns: real (wall) time in ktime_t format
96 * ktime_get_boottime - Get monotonic time since boot in ktime_t format
99 * time spent in suspend.
101 * Returns: monotonic time since boot in ktime_t format
114 * ktime_get_clocktai - Get the TAI time of day in ktime_t format
116 * Returns: the TAI time of day in ktime_t format
157 * ktime_mono_to_real - Convert monotonic time to clock realtime
158 * @mono: monotonic time to convert
160 * Returns: time converted to realtime clock
168 * ktime_get_ns - Get the current time in nanoseconds
170 * Returns: current time converted to nanoseconds
178 * ktime_get_real_ns - Get the current real/wall time in nanoseconds
180 * Returns: current real time converted to nanoseconds
188 * ktime_get_boottime_ns - Get the monotonic time since boot in nanoseconds
198 * ktime_get_clocktai_ns - Get the current TAI time of day in nanoseconds
200 * Returns: current TAI time converted to nanoseconds
208 * ktime_get_raw_ns - Get the raw monotonic time in nanoseconds
210 * Returns: current raw monotonic time converted to nanoseconds
267 * struct system_time_snapshot - simultaneous raw/real time capture with
270 * @real: Realtime system time
271 * @boot: Boot time
272 * @raw: Monotonic raw system time
290 * @device: Device time
291 * @sys_realtime: Realtime simultaneous with device time
292 * @sys_monoraw: Monotonic raw simultaneous with device time