Searched defs:lhs (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | time64.h | 60 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() 71 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() 83 static inline struct timespec64 timespec64_sub(struct timespec64 lhs, in timespec64_sub()
|
D | ktime.h | 46 #define ktime_sub(lhs, rhs) ((lhs) - (rhs)) argument 49 #define ktime_add(lhs, rhs) ((lhs) + (rhs)) argument 55 #define ktime_add_unsafe(lhs, rhs) ((u64) (lhs) + (rhs)) argument
|
D | time32.h | 120 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare()
|
D | rtc.h | 32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
|
D | compat.h | 426 static inline int old_timeval32_compare(struct old_timeval32 *lhs, in old_timeval32_compare() 436 static inline int old_timespec32_compare(struct old_timespec32 *lhs, in old_timespec32_compare()
|