Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dubsan.c166 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/
Dtime64.h55 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()
Dtime32.h60 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()
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
Drtc.h32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
Dcompat.h460 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/
Ddm-cache-background-tracker.c68 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock()
Ddm-bio-prison-v2.c87 static int cmp_keys(struct dm_cell_key_v2 *lhs, in cmp_keys()
Ddm-bio-prison-v1.c85 static int cmp_keys(struct dm_cell_key *lhs, in cmp_keys()
Ddm-snap.c169 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal()
Ddm-thin.c2166 static int cmp_cells(const void *lhs, const void *rhs) in cmp_cells()
/Linux-v4.19/drivers/bluetooth/
Dhci_mrvl.c58 __le16 lhs; member
/Linux-v4.19/net/ceph/
Dosdmap.c581 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()
Dosd_client.c1588 static int hoid_compare(const struct ceph_hobject_id *lhs, in hoid_compare()
/Linux-v4.19/scripts/gcc-plugins/
Drandomize_layout_plugin.c44 const char *lhs; member
820 const_tree lhs; in find_bad_casts_execute() local
Dlatent_entropy_plugin.c340 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign()
Dgcc-common.h378 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/
Dfec_ptp.c295 u64 lhs, rhs; in fec_ptp_adjfreq() local
/Linux-v4.19/kernel/time/
Dtime.c837 struct timespec64 timespec64_add_safe(const struct timespec64 lhs, in timespec64_add_safe()
Dhrtimer.c323 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe()
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h278 pteval_t lhs, rhs; in pte_same() local
/Linux-v4.19/drivers/media/platform/am437x/
Dam437x-vpfe.c283 cmp_v4l2_format(const struct v4l2_format *lhs, const struct v4l2_format *rhs) in cmp_v4l2_format()
/Linux-v4.19/drivers/net/ethernet/3com/
D3c59x.c507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
/Linux-v4.19/drivers/block/
Drbd.c2622 static bool rbd_cid_equal(const struct rbd_client_id *lhs, in rbd_cid_equal()