Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 38) sorted by relevance

12

/linux/lib/
H A Dubsan.c240 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()
H A Dchecksum_kunit.c453 #define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, (__force u64)lhs, (__force u64)rhs) argument
H A Dpercpu_counter.c292 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
/linux/include/linux/
H A Dtime64.h57 timespec64_compare(const struct timespec64 * lhs,const struct timespec64 * rhs) timespec64_compare() argument
69 timespec64_add(struct timespec64 lhs,struct timespec64 rhs) timespec64_add() argument
81 timespec64_sub(struct timespec64 lhs,struct timespec64 rhs) timespec64_sub() argument
[all...]
H A Dpercpu_counter.h64 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()
H A Diosys-map.h215 const struct iosys_map *rhs) in iosys_map_is_equal()
H A Drtc.h32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c180 #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/include/asm-generic/
H A Dword-at-a-time.h18 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/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h21 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/arch/powerpc/include/asm/
H A Dword-at-a-time.h21 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/arch/riscv/kernel/tests/module_test/
H A Dtest_module_linking_main.c29 #define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, lhs, rhs) argument
/linux/tools/perf/scripts/python/
H A Dcompaction-times.py61 def __add__(self, rhs): argument
76 def __add__(self, rhs): argument
167 def __add__(self, rhs): argument
/linux/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c301 static enum tree_code get_op(tree *rhs) in get_op()
344 tree rhs; in perturb_local_entropy() local
/linux/drivers/md/bcache/
H A Dalloc.c177 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
/linux/fs/xfs/libxfs/
H A Dxfs_metafile.c83 int64_t rhs) in xfs_metafile_resv_can_cover()
/linux/kernel/trace/
H A Dtrace_dynevent.h141 const char *rhs; member
/linux/kernel/kcsan/
H A Ddebugfs.c89 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()
/linux/tools/perf/tests/
H A Dcpumap.c174 __test__cpu_map_intersect(const char * lhs,const char * rhs,int nr,const char * expected) __test__cpu_map_intersect() argument
/linux/drivers/md/
H A Ddm-bio-prison-v2.c89 struct dm_cell_key_v2 *rhs) in cmp_keys()
/linux/net/ceph/
H A Dosdmap.c677 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/drivers/bluetooth/
H A Dhci_mrvl.c53 __le16 rhs; member
/linux/tools/lib/perf/
H A Dcpumap.c349 perf_cpu_map__equal(const struct perf_cpu_map * lhs,const struct perf_cpu_map * rhs) perf_cpu_map__equal() argument
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c224 static bool are_ep_ids_equal(struct display_endpoint_id *lhs, struct display_endpoint_id *rhs) in are_ep_ids_equal()
/linux/drivers/net/ethernet/freescale/
H A Dfec_ptp.c352 u64 lhs, rhs; in fec_ptp_adjfine() local

12