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

/include/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
59 typedef union ktime ktime_t; /* Kill this */ typedef in typeref:union:ktime
69 * ktime_t definitions when using the 64-bit scalar representation:
75 * ktime_set - Set a ktime_t variable from a seconds/nanoseconds value
79 * Return the ktime_t representation of the value
81 static inline ktime_t ktime_set(const long secs, const unsigned long nsecs)
85 return (ktime_t){
[all...]

Completed in 231 milliseconds