| /kernel/linux/linux-5.10/lib/ |
| D | ubsan.c | 158 void *rhs, char op) in handle_overflow() 184 void *lhs, void *rhs) in __ubsan_handle_add_overflow() 192 void *lhs, void *rhs) in __ubsan_handle_sub_overflow() 199 void *lhs, void *rhs) in __ubsan_handle_mul_overflow() 225 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() 351 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
|
| D | test_min_heap.c | 14 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()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | time64.h | 52 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()
|
| D | ktime.h | 47 #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
|
| D | percpu_counter.h | 49 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-6.6/include/linux/ |
| D | time64.h | 57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() 69 struct timespec64 rhs) in timespec64_add() 81 struct timespec64 rhs) in timespec64_sub()
|
| D | ktime.h | 47 #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
|
| D | percpu_counter.h | 62 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare() 162 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare() 173 __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare()
|
| /kernel/linux/linux-6.6/lib/ |
| D | test_min_heap.c | 14 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()
|
| D | ubsan.c | 226 void __ubsan_handle_divrem_overflow(void *_data, void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() 352 void __ubsan_handle_shift_out_of_bounds(void *_data, void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds()
|
| /kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
| D | gen-hyprel.c | 177 #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
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | word-at-a-time.h | 17 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/ |
| D | word-at-a-time.h | 17 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/arch/powerpc/include/asm/ |
| 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
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| 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
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/ |
| 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
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/ |
| 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
|
| /kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
| D | evlist.c | 76 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp()
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| D | compaction-times.py | 61 def __add__(self, rhs): argument 76 def __add__(self, rhs): argument 167 def __add__(self, rhs): argument
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| D | compaction-times.py | 61 def __add__(self, rhs): argument 76 def __add__(self, rhs): argument 167 def __add__(self, rhs): argument
|
| /kernel/linux/linux-5.10/scripts/gcc-plugins/ |
| D | latent_entropy_plugin.c | 313 static enum tree_code get_op(tree *rhs) in get_op() 356 tree rhs; in perturb_local_entropy() local
|
| /kernel/linux/linux-6.6/scripts/gcc-plugins/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| D | input_system.c | 1656 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()
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| D | input_system.c | 1716 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/ |
| D | trace_dynevent.h | 139 const char *rhs; member
|