Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dtime64.h54 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare()
66 struct timespec64 rhs) in timespec64_add()
78 struct timespec64 rhs) in timespec64_sub()
A Dktime.h47 #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
A Dpercpu_counter.h49 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
117 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
128 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
A Ddma-buf-map.h172 const struct dma_buf_map *rhs) in dma_buf_map_is_equal()
A Drtc.h32 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
/linux/lib/
A Dtest_min_heap.c14 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()
A Dubsan.c169 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow()
295 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
A Dpercpu_counter.c221 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
/linux/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c177 #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
/linux/include/asm-generic/
A Dword-at-a-time.h17 static inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time… in prep_zero_mask()
43 unsigned long rhs = val | c->low_bits; in has_zero() local
/linux/tools/testing/selftests/powerpc/primitives/
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/
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/scripts/gcc-plugins/
A Dlatent_entropy_plugin.c295 static enum tree_code get_op(tree *rhs) in get_op()
338 tree rhs; in perturb_local_entropy() local
A Drandomize_layout_plugin.c45 const char *rhs; member
674 static bool dominated_by_is_err(const_tree rhs, basic_block bb) in dominated_by_is_err()
/linux/tools/perf/scripts/python/
A Dcompaction-times.py61 def __add__(self, rhs): argument
76 def __add__(self, rhs): argument
167 def __add__(self, rhs): argument
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
A Dinput_system.c1656 const input_system_source_t rhs, in set_source_type()
1692 const csi_cfg_t *const rhs, in set_csi_cfg()
1759 const input_system_multiplex_t rhs, in input_system_multiplexer_cfg()
/linux/kernel/trace/
A Dtrace_dynevent.h141 const char *rhs; member
/linux/kernel/kcsan/
A Ddebugfs.c95 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()
/linux/drivers/md/
A Ddm-cache-background-tracker.c68 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock()
A Ddm-bio-prison-v2.c88 struct dm_cell_key_v2 *rhs) in cmp_keys()
/linux/drivers/bluetooth/
A Dhci_mrvl.c51 __le16 rhs; member
/linux/net/ceph/
A Dosdmap.c661 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare()
675 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare()
2220 const struct ceph_osds *rhs) in __osds_equal()
2233 const struct ceph_osds *rhs) in osds_equal()
/linux/fs/ocfs2/
A Dreservations.c759 unsigned int rhs = 0; in ocfs2_adjust_resv_from_alloc() local
/linux/drivers/net/ethernet/freescale/
A Dfec_ptp.c288 u64 lhs, rhs; in fec_ptp_adjfreq() local
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_enc_cfg.c205 static bool are_ep_ids_equal(struct display_endpoint_id *lhs, struct display_endpoint_id *rhs) in are_ep_ids_equal()

Completed in 53 milliseconds

12