| /kernel/linux/linux-4.19/lib/ |
| D | ubsan.c | 168 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() 196 void *lhs, void *rhs) in __ubsan_handle_add_overflow() 204 void *lhs, void *rhs) in __ubsan_handle_sub_overflow() 211 void *lhs, void *rhs) in __ubsan_handle_mul_overflow() 239 void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() 388 void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
|
| /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
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | time64.h | 66 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() 77 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() 89 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
|
| /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()
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-4.19/drivers/bluetooth/ |
| D | hci_mrvl.c | 58 __le16 lhs; member
|
| /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()
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-4.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() 2000 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal() 2013 static bool osds_equal(const struct ceph_osds *lhs, in osds_equal()
|
| /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()
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/freescale/ |
| D | fec_ptp.c | 295 u64 lhs, rhs; in fec_ptp_adjfreq() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
| D | fec_ptp.c | 288 u64 lhs, rhs; in fec_ptp_adjfreq() local
|