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

/include/linux/
H A Dtime.h20 struct timeval { struct
65 static inline int timeval_compare(const struct timeval *lhs, const struct timeval *rhs)
148 extern void do_gettimeofday(struct timeval *tv);
217 * timeval_to_ns - Convert timeval to nanoseconds
218 * @ts: pointer to the timeval variable to be converted
220 * Returns the scalar nanosecond representation of the timeval
223 static inline s64 timeval_to_ns(const struct timeval *tv)
238 * ns_to_timeval - Convert nanoseconds to timeval
241 * Returns the timeval representatio
[all...]

Completed in 53 milliseconds