Searched refs:check_mul_overflow (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| D | overflow.h | 73 #define check_mul_overflow(a, b, d) ({ \ macro 203 #define check_mul_overflow(a, b, d) \ macro 257 if (check_mul_overflow(a, b, &bytes)) in array_size() 279 if (check_mul_overflow(a, b, &bytes)) in array3_size() 281 if (check_mul_overflow(bytes, c, &bytes)) in array3_size() 295 if (check_mul_overflow(a, b, &bytes)) in __ab_c_size()
|
| D | slab.h | 614 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array() 649 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array_node()
|
| D | device.h | 942 if (unlikely(check_mul_overflow(n, size, &bytes))) in devm_kmalloc_array()
|
| D | mm.h | 685 if (unlikely(check_mul_overflow(n, size, &bytes))) in kvmalloc_array()
|