Searched refs:check_mul_overflow (Results 1 – 6 of 6) sorted by relevance
| /include/linux/device/ |
| D | devres.h | 58 if (unlikely(check_mul_overflow(n, size, &bytes))) in devm_kmalloc_array() 72 if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) in devm_krealloc_array()
|
| /include/drm/ |
| D | drm_managed.h | 85 if (unlikely(check_mul_overflow(n, size, &bytes))) in drmm_kmalloc_array()
|
| /include/linux/ |
| D | overflow.h | 159 #define check_mul_overflow(a, b, d) \ macro 270 if (check_mul_overflow(factor1, factor2, &bytes)) in size_mul()
|
| D | slab.h | 922 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array_noprof() 954 if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) in krealloc_array_noprof() 994 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array_node_noprof() 1040 if (unlikely(check_mul_overflow(n, size, &bytes))) in kvmalloc_array_node_noprof()
|
| D | string.h | 35 if (check_mul_overflow(n, size, &nbytes)) in memdup_array_user() 55 if (check_mul_overflow(n, size, &nbytes)) in vmemdup_array_user()
|
| /include/rdma/ |
| D | uverbs_ioctl.h | 884 if (unlikely(check_mul_overflow(n, size, &bytes))) in uverbs_kcalloc()
|