Home
last modified time | relevance | path

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

123

/kernel/linux/linux-4.19/lib/
Dubsan.c169 void *rhs, char op) in handle_overflow()
196 void *lhs, void *rhs) in __ubsan_handle_add_overflow()
204 void *lhs, void *rhs) in __ubsan_handle_sub_overflow()
211 void *lhs, void *rhs) in __ubsan_handle_mul_overflow()
239 void *lhs, void *rhs) in __ubsan_handle_divrem_overflow()
388 void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
Dpercpu_counter.c202 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
/kernel/linux/linux-5.10/lib/
Dubsan.c167 void *rhs, char op) in handle_overflow()
193 void *lhs, void *rhs) in __ubsan_handle_add_overflow()
201 void *lhs, void *rhs) in __ubsan_handle_sub_overflow()
208 void *lhs, void *rhs) in __ubsan_handle_mul_overflow()
234 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow()
360 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
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()
Dpercpu_counter.c221 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
/kernel/linux/linux-5.10/include/linux/
Dtime64.h52 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare()
64 struct timespec64 rhs) in timespec64_add()
76 struct timespec64 rhs) in timespec64_sub()
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
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()
/kernel/linux/linux-4.19/include/linux/
Dtime64.h66 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare()
78 struct timespec64 rhs) in timespec64_add()
90 struct timespec64 rhs) in timespec64_sub()
Dtime32.h60 static inline int timespec_compare(const struct timespec *lhs, const struct timespec *rhs) in timespec_compare()
72 struct timespec rhs) in timespec_add()
85 struct timespec rhs) in timespec_sub()
Dpercpu_counter.h48 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
116 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare()
127 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
Dktime.h46 #define ktime_sub(lhs, rhs) ((lhs) - (rhs)) argument
49 #define ktime_add(lhs, rhs) ((lhs) + (rhs)) argument
55 #define ktime_add_unsafe(lhs, rhs) ((u64) (lhs) + (rhs)) argument
/kernel/linux/linux-4.19/include/asm-generic/
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
/kernel/linux/linux-5.10/include/asm-generic/
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
/kernel/linux/linux-4.19/tools/testing/selftests/powerpc/primitives/
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
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
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
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/
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
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
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
/kernel/linux/linux-5.10/scripts/gcc-plugins/
Dlatent_entropy_plugin.c307 static enum tree_code get_op(tree *rhs) in get_op()
350 tree rhs; in perturb_local_entropy() local
/kernel/linux/linux-4.19/scripts/gcc-plugins/
Dlatent_entropy_plugin.c307 static enum tree_code get_op(tree *rhs) in get_op()
350 tree rhs; in perturb_local_entropy() local
/kernel/linux/linux-4.19/tools/perf/scripts/python/
Dcompaction-times.py61 def __add__(self, rhs): argument
76 def __add__(self, rhs): argument
167 def __add__(self, rhs): argument
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dcompaction-times.py61 def __add__(self, rhs): argument
76 def __add__(self, rhs): argument
167 def __add__(self, rhs): argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c1716 const input_system_source_t rhs, in set_source_type()
1752 const csi_cfg_t *const rhs, in set_csi_cfg()
1819 const input_system_multiplex_t rhs, in input_system_multiplexer_cfg()
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_dynevent.h139 const char *rhs; member
/kernel/linux/linux-5.10/kernel/kcsan/
Ddebugfs.c90 static int cmp_filterlist_addrs(const void *rhs, const void *lhs) in cmp_filterlist_addrs()

123