Searched refs:check_add_overflow (Results 1 – 18 of 18) sorted by relevance
/linux-5.10/drivers/usb/gadget/ |
D | u_f.h | 31 if (check_add_overflow(offset, size, \ 48 if (check_add_overflow(offset, groupname##_##name##__sz,\
|
/linux-5.10/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-5.10/include/linux/ |
D | overflow.h | 66 #define check_add_overflow(a, b, d) __must_check_overflow(({ \ macro 204 #define check_add_overflow(a, b, d) __must_check_overflow( \ macro 307 if (check_add_overflow(bytes, c, &bytes)) in __ab_c_size()
|
/linux-5.10/drivers/gpu/drm/ |
D | drm_managed.c | 92 if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) in alloc_dr()
|
/linux-5.10/drivers/infiniband/core/ |
D | ib_core_uverbs.c | 301 if (check_add_overflow(xa_first, npages, &xa_last)) in rdma_user_mmap_entry_insert_range()
|
D | umem_odp.c | 67 if (check_add_overflow(umem_odp->umem.address, in ib_init_umem_odp()
|
D | uverbs_ioctl.c | 114 if (check_add_overflow(size, pbundle->internal_used, &new_used)) in _uverbs_alloc()
|
/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_utils.h | 135 if (check_add_overflow(sz, base, &sz)) in __check_struct_size()
|
/linux-5.10/mm/ |
D | mmu_notifier.c | 911 check_add_overflow(start, length - 1, in __mmu_interval_notifier_insert()
|
D | vmalloc.c | 3035 if (check_add_overflow(size, off, &end_index) || in remap_vmalloc_range_partial()
|
/linux-5.10/Documentation/translations/it_IT/process/ |
D | deprecated.rst | 100 funzioni check_add_overflow() e check_mul_overflow().
|
/linux-5.10/drivers/base/ |
D | devres.c | 95 if (unlikely(check_add_overflow(sizeof(struct devres), in check_dr_size()
|
/linux-5.10/Documentation/process/ |
D | deprecated.rst | 94 for more details as well as the related check_add_overflow() and
|
/linux-5.10/fs/btrfs/ |
D | tree-checker.c | 301 if (check_add_overflow(btrfs_file_extent_num_bytes(leaf, fi), in check_extent_data_item()
|
D | extent_io.c | 5611 if (unlikely(check_add_overflow(start, len, &offset) || offset > eb->len)) in check_eb_range()
|
D | extent-tree.c | 5917 check_add_overflow(range->start, range->len, &range_end)) in btrfs_trim_fs()
|
/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | odp.c | 821 if (check_add_overflow(io_virt - mr->mmkey.iova, in pagefault_mr()
|
/linux-5.10/fs/ |
D | io_uring.c | 7590 if (check_add_overflow(up->offset, nr_args, &done)) in __io_sqe_files_update() 7960 if (check_add_overflow(off, sq_array_size, &off)) in rings_size()
|