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

/include/linux/
H A Dtime.h14 struct timespec { struct
34 /* Parameters used to convert the timespec values: */
45 static inline int timespec_equal(const struct timespec *a,
46 const struct timespec *b)
56 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs)
78 extern void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec);
85 extern struct timespec timespec_add_safe(const struct timespec lhs,
86 const struct timespec rh
[all...]
H A Dcoda.h89 struct timespec { struct
116 struct timespec { struct
225 struct timespec va_atime; /* time of last access */
226 struct timespec va_mtime; /* time of last modification */
227 struct timespec va_ctime; /* time file changed */

Completed in 65 milliseconds