/linux-6.12.1/lib/ |
D | ubsan.c | 240 void *rhs, char op) in handle_overflow() 266 void *lhs, void *rhs) in __ubsan_handle_add_overflow() 274 void *lhs, void *rhs) in __ubsan_handle_sub_overflow() 281 void *lhs, void *rhs) in __ubsan_handle_mul_overflow() 307 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() 433 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 | 16 static __init bool less_than(const void *lhs, const void *rhs, void __always_unused *args) in less_than() 21 static __init bool greater_than(const void *lhs, const void *rhs, void __always_unused *args) in greater_than() 26 static __init void swap_ints(void *lhs, void *rhs, void __always_unused *args) in swap_ints()
|
D | checksum_kunit.c | 453 #define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, (__force u64)lhs, (__force u64)rhs) argument
|
D | percpu_counter.c | 292 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
|
/linux-6.12.1/include/linux/ |
D | time64.h | 57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() 69 struct timespec64 rhs) in timespec64_add() 81 struct timespec64 rhs) in timespec64_sub()
|
D | ktime.h | 45 #define ktime_sub(lhs, rhs) ((lhs) - (rhs)) argument 48 #define ktime_add(lhs, rhs) ((lhs) + (rhs)) argument 54 #define ktime_add_unsafe(lhs, rhs) ((u64) (lhs) + (rhs)) argument
|
D | percpu_counter.h | 64 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare() 171 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare() 182 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
|
D | iosys-map.h | 215 const struct iosys_map *rhs) in iosys_map_is_equal()
|
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/ |
D | gen-hyprel.c | 180 #define assert_op(lhs, rhs, fmt, op) \ argument 192 #define assert_eq(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, ==) argument 193 #define assert_ne(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, !=) argument 194 #define assert_lt(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, <) argument 195 #define assert_ge(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, >=) argument
|
/linux-6.12.1/include/asm-generic/ |
D | word-at-a-time.h | 18 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask() 44 unsigned long rhs = val | c->low_bits; in has_zero() local
|
/linux-6.12.1/drivers/md/bcache/ |
D | alloc.c | 177 struct bucket **rhs = (struct bucket **)r; in new_bucket_max_cmp() local 186 struct bucket **rhs = (struct bucket **)r; in new_bucket_min_cmp() local 194 struct bucket **lhs = l, **rhs = r; in new_bucket_swap() local
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | word-at-a-time.h | 21 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask() 39 unsigned long rhs = val | c->low_bits; in has_zero() local
|
/linux-6.12.1/tools/testing/selftests/powerpc/primitives/ |
D | word-at-a-time.h | 21 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask() 39 unsigned long rhs = val | c->low_bits; in has_zero() local
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
D | input_system.c | 1173 const input_system_source_t rhs, in set_source_type() 1209 const csi_cfg_t *const rhs, in set_csi_cfg() 1276 const input_system_multiplex_t rhs, in input_system_multiplexer_cfg()
|
/linux-6.12.1/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()
|
/linux-6.12.1/arch/riscv/kernel/tests/module_test/ |
D | test_module_linking_main.c | 29 #define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, lhs, rhs) argument
|
/linux-6.12.1/tools/perf/scripts/python/ |
D | compaction-times.py | 61 def __add__(self, rhs): argument 76 def __add__(self, rhs): argument 167 def __add__(self, rhs): argument
|
/linux-6.12.1/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 301 static enum tree_code get_op(tree *rhs) in get_op() 344 tree rhs; in perturb_local_entropy() local
|
/linux-6.12.1/kernel/trace/ |
D | trace_dynevent.h | 141 const char *rhs; member
|
/linux-6.12.1/kernel/kcsan/ |
D | debugfs.c | 95 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()
|
/linux-6.12.1/drivers/md/ |
D | dm-cache-background-tracker.c | 64 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock()
|
D | dm-bio-prison-v2.c | 89 struct dm_cell_key_v2 *rhs) in cmp_keys()
|
/linux-6.12.1/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()
|
/linux-6.12.1/net/ceph/ |
D | osdmap.c | 677 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare() 691 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare() 2236 const struct ceph_osds *rhs) in __osds_equal() 2249 const struct ceph_osds *rhs) in osds_equal()
|
/linux-6.12.1/drivers/bluetooth/ |
D | hci_mrvl.c | 53 __le16 rhs; member
|