Searched defs:lhs (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/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() 68 static inline struct timespec timespec_add(struct timespec lhs, in timespec_add() 80 static inline struct timespec timespec_sub(struct timespec lhs, in timespec_sub()
|
D | time64.h | 126 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() 146 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() 158 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 | rtc.h | 30 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
|
D | compat.h | 395 static inline int compat_timeval_compare(struct compat_timeval *lhs, in compat_timeval_compare() 405 static inline int compat_timespec_compare(struct compat_timespec *lhs, in compat_timespec_compare()
|
/linux-4.4.14/kernel/time/ |
D | time.c | 752 struct timespec timespec_add_safe(const struct timespec lhs, in timespec_add_safe()
|
D | hrtimer.c | 308 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 309 u64 lhs, rhs; in fec_ptp_adjfreq() local
|
/linux-4.4.14/drivers/md/ |
D | dm-bio-prison.c | 83 static int cmp_keys(struct dm_cell_key *lhs, in cmp_keys()
|
D | dm-snap.c | 169 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal()
|
D | dm-thin.c | 2049 static int cmp_cells(const void *lhs, const void *rhs) in cmp_cells()
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 282 cmp_v4l2_format(const struct v4l2_format *lhs, const struct v4l2_format *rhs) in cmp_v4l2_format()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c59x.c | 507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
|