/kernel/linux/linux-5.10/lib/ |
D | ubsan.c | 166 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()
|
D | test_min_heap.c | 14 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/ |
D | time64.h | 52 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()
|
D | ktime.h | 47 #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
|
D | rtc.h | 32 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/ |
D | input_system.c | 1715 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/ |
D | trace_dynevent.h | 138 const char *lhs; member
|
/kernel/linux/linux-5.10/kernel/kcsan/ |
D | debugfs.c | 90 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()
|
/kernel/linux/linux-5.10/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 | 194 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal()
|
D | dm-thin.c | 2224 static int cmp_cells(const void *lhs, const void *rhs) in cmp_cells()
|
/kernel/linux/linux-5.10/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 | 384 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/ |
D | hci_mrvl.c | 50 __le16 lhs; member
|
/kernel/linux/linux-5.10/net/ceph/ |
D | osdmap.c | 661 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()
|
D | osd_client.c | 1736 static int hoid_compare(const struct ceph_hobject_id *lhs, in hoid_compare()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 288 u64 lhs, rhs; in fec_ptp_adjfreq() local
|
/kernel/linux/linux-5.10/kernel/time/ |
D | time.c | 765 struct timespec64 timespec64_add_safe(const struct timespec64 lhs, in timespec64_add_safe()
|
D | hrtimer.c | 327 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/ |
D | 3c59x.c | 507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
|
/kernel/linux/linux-5.10/drivers/block/ |
D | rbd.c | 3659 static bool rbd_cid_equal(const struct rbd_client_id *lhs, in rbd_cid_equal()
|