Searched refs:check_mul_overflow (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | overflow.h | 98 #define check_mul_overflow(a, b, d) \ macro 193 if (check_mul_overflow(factor1, factor2, &bytes)) in size_mul()
|
| D | slab.h | 633 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array() 654 if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) in krealloc_array() 694 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array_node() 753 if (unlikely(check_mul_overflow(n, size, &bytes))) in kvmalloc_array()
|
| D | string.h | 32 if (check_mul_overflow(n, size, &nbytes)) in memdup_array_user() 51 if (check_mul_overflow(n, size, &nbytes)) in vmemdup_array_user()
|
| D | device.h | 322 if (unlikely(check_mul_overflow(n, size, &bytes))) in devm_kmalloc_array() 337 if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) in devm_krealloc_array()
|
| /include/drm/ |
| D | drm_managed.h | 81 if (unlikely(check_mul_overflow(n, size, &bytes))) in drmm_kmalloc_array()
|
| /include/rdma/ |
| D | uverbs_ioctl.h | 882 if (unlikely(check_mul_overflow(n, size, &bytes))) in uverbs_kcalloc()
|