Home
last modified time | relevance | path

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

/include/linux/
Dtime64.h60 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()
Dktime.h46 #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
Dtime32.h120 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare()
Drtc.h32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
Dcompat.h426 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()