Searched refs:ktime_t (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
H A Dktime.h4 * ktime_t - nanosecond-resolution time format.
16 * the ktime_t union and further simplifications of the original
28 * ktime_t:
33 * NOPs and most arithmetic ktime_t operations are plain arithmetic
57 } ktime_t; typedef in typeref:union:__anon6952
63 * ktime_t definitions when using the 64-bit scalar representation:
69 * ktime_set - Set a ktime_t variable from a seconds/nanoseconds value
73 * Return the ktime_t representation of the value
75 static inline ktime_t ktime_set(const long secs, const unsigned long nsecs)
79 return (ktime_t){
[all...]
H A Didle_stats_device.h61 ktime_t busy_timer_interval;
62 ktime_t idle_start;
63 ktime_t remaining_time;
H A Dsync.h135 ktime_t timestamp;
H A Dsched.h411 ktime_t it_real_incr;

Completed in 126 milliseconds