Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dtime.h33 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare()
42 static inline int timeval_compare(const struct timeval *lhs, const struct timeval *rhs) in timeval_compare()
66 static inline struct timespec timespec_add(struct timespec lhs, in timespec_add()
78 static inline struct timespec timespec_sub(struct timespec lhs, in timespec_sub()
Dktime.h84 #define ktime_sub(lhs, rhs) \ argument
88 #define ktime_add(lhs, rhs) \ argument
156 static inline ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs) in ktime_sub()
Dcompat.h375 static inline int compat_timeval_compare(struct compat_timeval *lhs, in compat_timeval_compare()
385 static inline int compat_timespec_compare(struct compat_timespec *lhs, in compat_timespec_compare()