Lines Matching full:time
4 Device drivers can read the current time using ktime_get() and the many
13 that return time for different clock references:
20 Useful for reliable timestamps and measuring short time intervals
21 accurately. Starts at system boot time but stops during suspend.
35 Returns the time in relative to the UNIX epoch starting in 1970
36 using the Coordinated Universal Time (UTC), same as gettimeofday()
47 Like ktime_get_real(), but uses the International Atomic Time (TAI)
62 For all of the above, there are variants that return the time in a
72 of nanoseconds in the respective time reference, which may be
81 Same above, but returns the time in a 'struct timespec64', split
83 when printing the time, or when passing it into an external
92 Return a coarse-grained version of the time as a scalar
122 The time returned here corresponds to the last timer tick, which
143 since the time is allowed to jump under certain conditions.
145 Deprecated time interfaces
164 monotonic time (ktime_get_ts64()) and/or a ktime_t based interface