Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dubsan.c166 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()
234 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow()
360 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
Dtest_min_heap.c14 static __init bool less_than(const void *lhs, const void *rhs) in less_than()
19 static __init bool greater_than(const void *lhs, const void *rhs) in greater_than()
24 static __init void swap_ints(void *lhs, void *rhs) in swap_ints()
/kernel/linux/linux-5.10/include/linux/
Dtime64.h52 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare()
63 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add()
75 static inline struct timespec64 timespec64_sub(struct timespec64 lhs, in timespec64_sub()
Dktime.h47 #define ktime_sub(lhs, rhs) ((lhs) - (rhs)) argument
50 #define ktime_add(lhs, rhs) ((lhs) + (rhs)) argument
56 #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()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c1715 input_system_source_t *const lhs, in set_source_type()
1751 csi_cfg_t *const lhs, in set_csi_cfg()
1818 input_system_multiplex_t *const lhs, in input_system_multiplexer_cfg()
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_dynevent.h138 const char *lhs; member
/kernel/linux/linux-5.10/kernel/kcsan/
Ddebugfs.c90 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()
/kernel/linux/linux-5.10/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.c194 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal()
Ddm-thin.c2224 static int cmp_cells(const void *lhs, const void *rhs) in cmp_cells()
/kernel/linux/linux-5.10/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.h384 tree lhs = gimple_get_lhs(gs); in gimple_store_p() local
847 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
/kernel/linux/linux-5.10/drivers/bluetooth/
Dhci_mrvl.c50 __le16 lhs; member
/kernel/linux/linux-5.10/net/ceph/
Dosdmap.c661 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare()
675 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare()
2200 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal()
2213 static bool osds_equal(const struct ceph_osds *lhs, in osds_equal()
Dosd_client.c1736 static int hoid_compare(const struct ceph_hobject_id *lhs, in hoid_compare()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
Dfec_ptp.c288 u64 lhs, rhs; in fec_ptp_adjfreq() local
/kernel/linux/linux-5.10/kernel/time/
Dtime.c765 struct timespec64 timespec64_add_safe(const struct timespec64 lhs, in timespec64_add_safe()
Dhrtimer.c327 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe()
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
D3c59x.c507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
/kernel/linux/linux-5.10/drivers/block/
Drbd.c3659 static bool rbd_cid_equal(const struct rbd_client_id *lhs, in rbd_cid_equal()