| /Linux-v5.4/lib/ | 
| D | ubsan.c | 165 static void handle_overflow(struct overflow_data *data, void *lhs,  in handle_overflow()193 				void *lhs, void *rhs)  in __ubsan_handle_add_overflow()
 201 				void *lhs, void *rhs)  in __ubsan_handle_sub_overflow()
 208 				void *lhs, void *rhs)  in __ubsan_handle_mul_overflow()
 236 				void *lhs, void *rhs)  in __ubsan_handle_divrem_overflow()
 370 					void *lhs, void *rhs)  in __ubsan_handle_shift_out_of_bounds()
 
 | 
| /Linux-v5.4/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))  argument49 #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 | 428 static inline int old_timeval32_compare(struct old_timeval32 *lhs,  in old_timeval32_compare()438 static inline int old_timespec32_compare(struct old_timespec32 *lhs,  in old_timespec32_compare()
 
 | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-cache-background-tracker.c | 68 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs)  in cmp_oblock()
 | 
| D | dm-bio-prison-v2.c | 87 static int cmp_keys(struct dm_cell_key_v2 *lhs,  in cmp_keys()
 | 
| D | dm-bio-prison-v1.c | 85 static int cmp_keys(struct dm_cell_key *lhs,  in cmp_keys()
 | 
| D | dm-snap.c | 189 static int bdev_equal(struct block_device *lhs, struct block_device *rhs)  in bdev_equal()
 | 
| D | dm-thin.c | 2229 static int cmp_cells(const void *lhs, const void *rhs)  in cmp_cells()
 | 
| /Linux-v5.4/net/ceph/ | 
| D | osdmap.c | 580 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs)  in ceph_pg_compare()594 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs)  in ceph_spg_compare()
 2012 static bool __osds_equal(const struct ceph_osds *lhs,  in __osds_equal()
 2025 static bool osds_equal(const struct ceph_osds *lhs,  in osds_equal()
 
 | 
| D | osd_client.c | 1676 static int hoid_compare(const struct ceph_hobject_id *lhs,  in hoid_compare()
 | 
| /Linux-v5.4/scripts/gcc-plugins/ | 
| D | randomize_layout_plugin.c | 44 	const char *lhs;  member820 			const_tree lhs;  in find_bad_casts_execute()  local
 
 | 
| D | latent_entropy_plugin.c | 340 static gimple create_assign(enum tree_code code, tree lhs, tree op1,  in create_assign()
 | 
| D | gcc-common.h | 382 	tree lhs = gimple_get_lhs(gs);  in gimple_store_p()  local845 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree …  in gimple_build_assign_with_ops()
 
 | 
| /Linux-v5.4/drivers/bluetooth/ | 
| D | hci_mrvl.c | 50 	__le16 lhs;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/freescale/ | 
| D | fec_ptp.c | 295 	u64 lhs, rhs;  in fec_ptp_adjfreq()  local
 | 
| /Linux-v5.4/kernel/time/ | 
| D | time.c | 855 struct timespec64 timespec64_add_safe(const struct timespec64 lhs,  in timespec64_add_safe()
 | 
| D | hrtimer.c | 323 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs)  in ktime_add_safe()
 | 
| /Linux-v5.4/drivers/media/platform/am437x/ | 
| D | am437x-vpfe.c | 271 cmp_v4l2_format(const struct v4l2_format *lhs, const struct v4l2_format *rhs)  in cmp_v4l2_format()
 | 
| /Linux-v5.4/drivers/net/ethernet/3com/ | 
| D | 3c59x.c | 507 #define BFINS(lhs, rhs, offset, bitcount)					\  argument
 | 
| /Linux-v5.4/drivers/block/ | 
| D | rbd.c | 3747 static bool rbd_cid_equal(const struct rbd_client_id *lhs,  in rbd_cid_equal()
 |