Searched refs:check_mul_overflow (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/include/linux/ |
D | overflow.h | 67 #define check_mul_overflow(a, b, d) ({ \ macro 197 #define check_mul_overflow(a, b, d) \ macro 220 if (check_mul_overflow(a, b, &bytes)) in array_size() 242 if (check_mul_overflow(a, b, &bytes)) in array3_size() 244 if (check_mul_overflow(bytes, c, &bytes)) in array3_size() 254 if (check_mul_overflow(n, size, &bytes)) in __ab_c_size()
|
/Linux-v4.19/include/linux/ |
D | overflow.h | 67 #define check_mul_overflow(a, b, d) ({ \ macro 197 #define check_mul_overflow(a, b, d) \ macro 251 if (check_mul_overflow(a, b, &bytes)) in array_size() 273 if (check_mul_overflow(a, b, &bytes)) in array3_size() 275 if (check_mul_overflow(bytes, c, &bytes)) in array3_size() 285 if (check_mul_overflow(n, size, &bytes)) in __ab_c_size()
|
D | slab.h | 631 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array() 666 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array_node()
|
D | device.h | 685 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()
|
/Linux-v4.19/tools/include/tools/ |
D | libc_compat.h | 15 if (unlikely(check_mul_overflow(nmemb, size, &bytes))) in reallocarray()
|