Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 2 of 2) sorted by relevance

/lib/
Dubsan.c162 void *rhs, char op) in handle_overflow() argument
175 val_to_string(rhs_val_str, sizeof(rhs_val_str), type, rhs); in handle_overflow()
188 void *lhs, void *rhs) in __ubsan_handle_add_overflow() argument
191 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow()
196 void *lhs, void *rhs) in __ubsan_handle_sub_overflow() argument
198 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow()
203 void *lhs, void *rhs) in __ubsan_handle_mul_overflow() argument
205 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow()
230 void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() argument
239 val_to_string(rhs_val_str, sizeof(rhs_val_str), data->type, rhs); in __ubsan_handle_divrem_overflow()
[all …]
Dpercpu_counter.c202 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch) in __percpu_counter_compare() argument
208 if (abs(count - rhs) > (batch * num_online_cpus())) { in __percpu_counter_compare()
209 if (count > rhs) in __percpu_counter_compare()
216 if (count > rhs) in __percpu_counter_compare()
218 else if (count < rhs) in __percpu_counter_compare()