Searched refs:check_add_overflow (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/tools/include/linux/ |
D | overflow.h | 49 #define check_add_overflow(a, b, d) ({ \ macro 187 #define check_add_overflow(a, b, d) \ macro 256 if (check_add_overflow(bytes, c, &bytes)) in __ab_c_size()
|
/Linux-v5.4/include/linux/ |
D | overflow.h | 55 #define check_add_overflow(a, b, d) ({ \ macro 193 #define check_add_overflow(a, b, d) \ macro 297 if (check_add_overflow(bytes, c, &bytes)) in __ab_c_size()
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_utils.h | 120 if (check_add_overflow(sz, base, &sz)) in __check_struct_size()
|
/Linux-v5.4/Documentation/translations/it_IT/process/ |
D | deprecated.rst | 73 funzioni :c:func:`check_add_overflow` e :c:func:`check_mul_overflow`.
|
/Linux-v5.4/Documentation/process/ |
D | deprecated.rst | 67 for more details as well as the related :c:func:`check_add_overflow` and
|
/Linux-v5.4/drivers/infiniband/core/ |
D | umem_odp.c | 220 if (check_add_overflow(umem_odp->umem.address, in ib_init_umem_odp()
|
D | uverbs_ioctl.c | 113 if (check_add_overflow(size, pbundle->internal_used, &new_used)) in _uverbs_alloc()
|
/Linux-v5.4/drivers/base/ |
D | devres.c | 99 if (unlikely(check_add_overflow(sizeof(struct devres), size, in alloc_dr()
|
/Linux-v5.4/fs/btrfs/ |
D | tree-checker.c | 212 if (check_add_overflow(btrfs_file_extent_num_bytes(leaf, fi), in check_extent_data_item()
|
D | extent-tree.c | 5645 check_add_overflow(range->start, range->len, &range_end)) in btrfs_trim_fs()
|
/Linux-v5.4/drivers/infiniband/hw/efa/ |
D | efa_verbs.c | 247 if (check_add_overflow(ucontext->mmap_xa_page, in mmap_entry_insert()
|
/Linux-v5.4/fs/ |
D | io_uring.c | 3299 if (check_add_overflow(off, sq_array_size, &off)) in rings_size()
|