Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 25 of 39) sorted by relevance

12

/linux/lib/
H A Dubsan.c239 static void handle_overflow(struct overflow_data *data, void *lhs, 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 Dtest_min_heap.c16 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()
H A Dchecksum_kunit.c453 #define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, (__force u64)lhs, (__force u64)rhs) argument
/linux/include/linux/
H A Dtime64.h57 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()
H A Dktime.h45 #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
H A Diosys-map.h214 static inline bool iosys_map_is_equal(const struct iosys_map *lhs, 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/drivers/md/bcache/
H A Dalloc.c176 struct bucket **lhs = (struct bucket **)l; in new_bucket_max_cmp() local
185 struct bucket **lhs = (struct bucket **)l; in new_bucket_min_cmp() local
194 struct bucket **lhs = l, **rhs = r; in new_bucket_swap() local
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c1172 input_system_source_t *const lhs, in set_source_type()
1208 csi_cfg_t *const lhs, in set_csi_cfg()
1275 input_system_multiplex_t *const lhs, in input_system_multiplexer_cfg()
/linux/tools/perf/arch/x86/util/
H A Devlist.c76 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp() argument
/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/kernel/trace/
H A Dtrace_dynevent.h140 const char *lhs; member
/linux/kernel/kcsan/
H A Ddebugfs.c95 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs() argument
/linux/tools/perf/tests/
H A Dcpumap.c174 static int __test__cpu_map_intersect(const char *lhs, const char *rhs, int nr, const char *expected) in __test__cpu_map_intersect() argument
/linux/drivers/md/
H A Ddm-cache-background-tracker.c77 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock()
H A Ddm-bio-prison-v2.c88 static int cmp_keys(struct dm_cell_key_v2 *lhs, in cmp_keys()
H A Ddm-bio-prison-v1.c96 static int cmp_keys(struct dm_cell_key *lhs, 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()
2235 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal()
2248 static bool osds_equal(const struct ceph_osds *lhs, in osds_equal()
/linux/drivers/bluetooth/
H A Dhci_mrvl.c52 __le16 lhs; 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/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c334 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign()
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpu.c104 timespec_sub(const struct timespec * lhs,const struct timespec * rhs) timespec_sub() argument
/linux/drivers/net/ethernet/freescale/
H A Dfec_ptp.c353 u64 lhs, rhs; in fec_ptp_adjfine() local
/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()

12