/linux/lib/ |
H A D | ubsan.c | 242 void *rhs, char op) in handle_overflow() 268 void *lhs, void *rhs) in __ubsan_handle_add_overflow() 276 void *lhs, void *rhs) in __ubsan_handle_sub_overflow() 283 void *lhs, void *rhs) in __ubsan_handle_mul_overflow() 333 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() 459 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
|
H A D | percpu_counter.c | 292 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A 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/include/asm-generic/ |
H A 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/include/linux/ |
H A 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()
|
H A D | iosys-map.h | 215 const struct iosys_map *rhs) in iosys_map_is_equal()
|
H A D | rtc.h | 32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
|
/linux/tools/testing/selftests/powerpc/primitives/ |
H A 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/arch/powerpc/include/asm/ |
H A 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/arch/riscv/kernel/tests/module_test/ |
H A D | test_module_linking_main.c | 29 #define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, lhs, rhs) argument
|
/linux/tools/perf/scripts/python/ |
H A D | compaction-times.py | 61 def __add__(self, rhs): argument 76 def __add__(self, rhs): argument 167 def __add__(self, rhs): argument
|
/linux/scripts/gcc-plugins/ |
H A 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
|
H A D | randomize_layout_plugin.c | 630 static bool dominated_by_is_err(const_tree rhs, basic_block bb) in dominated_by_is_err()
|
/linux/kernel/trace/ |
H A D | trace_dynevent.h | 142 const char *rhs; member
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_metafile.c | 85 int64_t rhs) in xfs_metafile_resv_can_cover()
|
/linux/kernel/kcsan/ |
H A D | debugfs.c | 89 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()
|
/linux/lib/zstd/common/ |
H A D | compiler.h | 234 ptrdiff_t ZSTD_wrappedPtrDiff(unsigned char const* lhs, unsigned char const* rhs) in ZSTD_wrappedPtrDiff()
|
/linux/drivers/md/ |
H A D | dm-bio-prison-v2.c | 89 struct dm_cell_key_v2 *rhs) in cmp_keys()
|
/linux/net/ceph/ |
H A 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/drivers/bluetooth/ |
H A D | hci_mrvl.c | 53 __le16 rhs; member
|
/linux/drivers/net/ethernet/freescale/ |
H A D | fec_ptp.c | 351 u64 lhs, rhs; in fec_ptp_adjfine() local
|
/linux/include/linux/ceph/ |
H A D | msgr.h | 91 const struct ceph_entity_addr *rhs) in ceph_addr_equal_no_type()
|
/linux/fs/smb/client/ |
H A D | connect.c | 1445 cifs_ipaddr_cmp(struct sockaddr *srcaddr, struct sockaddr *rhs) in cifs_ipaddr_cmp() 1499 cifs_match_ipaddr(struct sockaddr *srcaddr, struct sockaddr *rhs) in cifs_match_ipaddr()
|
/linux/kernel/bpf/ |
H A D | offload.c | 732 bool bpf_prog_dev_bound_match(const struct bpf_prog *lhs, const struct bpf_prog *rhs) in bpf_prog_dev_bound_match()
|
/linux/drivers/iommu/iommufd/ |
H A D | io_pagetable.c | 1232 struct iopt_area *rhs; in iopt_area_split() local
|