Searched refs:check_mul_overflow (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/include/linux/ |
D | overflow.h | 74 #define check_mul_overflow(a, b, d) ({ \ macro 204 #define check_mul_overflow(a, b, d) \ macro 258 if (check_mul_overflow(a, b, &bytes)) in array_size() 280 if (check_mul_overflow(a, b, &bytes)) in array3_size() 282 if (check_mul_overflow(bytes, c, &bytes)) in array3_size() 292 if (check_mul_overflow(n, size, &bytes)) in __ab_c_size()
|
D | slab.h | 633 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array() 668 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array_node()
|
D | device.h | 686 if (unlikely(check_mul_overflow(n, size, &bytes))) in devm_kmalloc_array()
|
D | mm.h | 592 if (unlikely(check_mul_overflow(n, size, &bytes))) in kvmalloc_array()
|