/Linux-v4.19/lib/ |
D | ubsan.c | 166 static void handle_overflow(struct overflow_data *data, unsigned long lhs, in handle_overflow() 194 unsigned long lhs, in __ubsan_handle_add_overflow() 203 unsigned long lhs, in __ubsan_handle_sub_overflow() 211 unsigned long lhs, in __ubsan_handle_mul_overflow() 240 unsigned long lhs, in __ubsan_handle_divrem_overflow() 391 unsigned long lhs, unsigned long rhs) in __ubsan_handle_shift_out_of_bounds()
|
/Linux-v4.19/include/linux/ |
D | time64.h | 55 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() 66 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() 78 static inline struct timespec64 timespec64_sub(struct timespec64 lhs, in timespec64_sub()
|
D | time32.h | 60 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare() 71 static inline struct timespec timespec_add(struct timespec lhs, in timespec_add() 84 static inline struct timespec timespec_sub(struct timespec lhs, in timespec_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 | 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 | 460 static inline int compat_timeval_compare(struct compat_timeval *lhs, in compat_timeval_compare() 470 static inline int compat_timespec_compare(struct compat_timespec *lhs, in compat_timespec_compare()
|
/Linux-v4.19/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 | 169 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal()
|
D | dm-thin.c | 2166 static int cmp_cells(const void *lhs, const void *rhs) in cmp_cells()
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_mrvl.c | 58 __le16 lhs; member
|
/Linux-v4.19/net/ceph/ |
D | osdmap.c | 581 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare() 595 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare() 1991 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal() 2004 static bool osds_equal(const struct ceph_osds *lhs, in osds_equal()
|
D | osd_client.c | 1588 static int hoid_compare(const struct ceph_hobject_id *lhs, in hoid_compare()
|
/Linux-v4.19/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 44 const char *lhs; member 820 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 | 378 tree lhs = gimple_get_lhs(gs); in gimple_store_p() local 841 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 295 u64 lhs, rhs; in fec_ptp_adjfreq() local
|
/Linux-v4.19/kernel/time/ |
D | time.c | 837 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-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 278 pteval_t lhs, rhs; in pte_same() local
|
/Linux-v4.19/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 283 cmp_v4l2_format(const struct v4l2_format *lhs, const struct v4l2_format *rhs) in cmp_v4l2_format()
|
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | 3c59x.c | 507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 2622 static bool rbd_cid_equal(const struct rbd_client_id *lhs, in rbd_cid_equal()
|