| /kernel/linux/linux-5.10/lib/ |
| D | ubsan.c | 157 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() 184 void *lhs, void *rhs) in __ubsan_handle_add_overflow() 192 void *lhs, void *rhs) in __ubsan_handle_sub_overflow() 199 void *lhs, void *rhs) in __ubsan_handle_mul_overflow() 225 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() 351 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-6.6/include/linux/ |
| D | time64.h | 57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() 68 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() 80 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 | iosys-map.h | 214 static inline bool iosys_map_is_equal(const struct iosys_map *lhs, in iosys_map_is_equal()
|
| /kernel/linux/linux-6.6/lib/ |
| 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()
|
| D | ubsan.c | 226 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() 352 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
|
| D | checksum_kunit.c | 216 #define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, (__force u64)lhs, (__force u64)rhs) argument
|
| /kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
| D | gen-hyprel.c | 177 #define assert_op(lhs, rhs, fmt, op) \ argument 189 #define assert_eq(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, ==) argument 190 #define assert_ne(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, !=) argument 191 #define assert_lt(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, <) argument 192 #define assert_ge(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, >=) argument
|
| /kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
| D | evlist.c | 76 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp()
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| D | input_system.c | 1655 input_system_source_t *const lhs, in set_source_type() 1691 csi_cfg_t *const lhs, in set_csi_cfg() 1758 input_system_multiplex_t *const lhs, in input_system_multiplexer_cfg()
|
| /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-6.6/kernel/trace/ |
| D | trace_dynevent.h | 140 const char *lhs; member
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| D | trace_dynevent.h | 138 const char *lhs; member
|
| /kernel/linux/linux-6.6/kernel/kcsan/ |
| D | debugfs.c | 95 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()
|
| /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-6.6/tools/perf/tests/ |
| D | cpumap.c | 174 static int __test__cpu_map_intersect(const char *lhs, const char *rhs, int nr, const char *expected) in __test__cpu_map_intersect()
|
| /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-6.6/drivers/md/ |
| D | dm-cache-background-tracker.c | 77 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock()
|
| D | dm-bio-prison-v2.c | 88 static int cmp_keys(struct dm_cell_key_v2 *lhs, in cmp_keys()
|
| /kernel/linux/linux-5.10/scripts/gcc-plugins/ |
| D | randomize_layout_plugin.c | 44 const char *lhs; member 825 const_tree lhs; in find_bad_casts_execute() local
|
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| D | hci_mrvl.c | 50 __le16 lhs; member
|