Searched defs:lhs (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | time.h | 24 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare() 33 static inline int timeval_compare(const struct timeval *lhs, const struct timeval *rhs) in timeval_compare() 57 static inline struct timespec timespec_add(struct timespec lhs, in timespec_add() 69 static inline struct timespec timespec_sub(struct timespec lhs, in timespec_sub()
|
D | time64.h | 89 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() 109 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() 121 static inline struct timespec64 timespec64_sub(struct timespec64 lhs, in timespec64_sub()
|
D | ktime.h | 59 #define ktime_sub(lhs, rhs) \ argument 63 #define ktime_add(lhs, rhs) \ argument
|
D | compat.h | 392 static inline int compat_timeval_compare(struct compat_timeval *lhs, in compat_timeval_compare() 402 static inline int compat_timespec_compare(struct compat_timespec *lhs, in compat_timespec_compare()
|