Searched refs:check_mul_overflow (Results 1 – 6 of 6) sorted by relevance
| /include/drm/ |
| A D | drm_managed.h | 85 if (unlikely(check_mul_overflow(n, size, &bytes))) in drmm_kmalloc_array()
|
| /include/linux/ |
| A D | overflow.h | 159 #define check_mul_overflow(a, b, d) \ macro 270 if (check_mul_overflow(factor1, factor2, &bytes)) in size_mul()
|
| A D | slab.h | 946 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array_noprof() 976 if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) in krealloc_array_noprof() 1016 if (unlikely(check_mul_overflow(n, size, &bytes))) in kmalloc_array_node_noprof() 1062 if (unlikely(check_mul_overflow(n, size, &bytes))) in kvmalloc_array_node_noprof()
|
| A D | string.h | 36 if (check_mul_overflow(n, size, &nbytes)) in memdup_array_user() 56 if (check_mul_overflow(n, size, &nbytes)) in vmemdup_array_user()
|
| /include/linux/device/ |
| A D | devres.h | 59 if (unlikely(check_mul_overflow(n, size, &bytes))) in devm_kmalloc_array() 73 if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) in devm_krealloc_array()
|
| /include/rdma/ |
| A D | uverbs_ioctl.h | 884 if (unlikely(check_mul_overflow(n, size, &bytes))) in uverbs_kcalloc()
|
Completed in 14 milliseconds