Home
last modified time | relevance | path

Searched refs:check_add_overflow (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/tools/include/linux/
Doverflow.h49 #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/
Doverflow.h55 #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/
Di915_utils.h120 if (check_add_overflow(sz, base, &sz)) in __check_struct_size()
/Linux-v5.4/Documentation/translations/it_IT/process/
Ddeprecated.rst73 funzioni :c:func:`check_add_overflow` e :c:func:`check_mul_overflow`.
/Linux-v5.4/Documentation/process/
Ddeprecated.rst67 for more details as well as the related :c:func:`check_add_overflow` and
/Linux-v5.4/drivers/infiniband/core/
Dumem_odp.c220 if (check_add_overflow(umem_odp->umem.address, in ib_init_umem_odp()
Duverbs_ioctl.c113 if (check_add_overflow(size, pbundle->internal_used, &new_used)) in _uverbs_alloc()
/Linux-v5.4/drivers/base/
Ddevres.c99 if (unlikely(check_add_overflow(sizeof(struct devres), size, in alloc_dr()
/Linux-v5.4/fs/btrfs/
Dtree-checker.c212 if (check_add_overflow(btrfs_file_extent_num_bytes(leaf, fi), in check_extent_data_item()
Dextent-tree.c5645 check_add_overflow(range->start, range->len, &range_end)) in btrfs_trim_fs()
/Linux-v5.4/drivers/infiniband/hw/efa/
Defa_verbs.c247 if (check_add_overflow(ucontext->mmap_xa_page, in mmap_entry_insert()
/Linux-v5.4/fs/
Dio_uring.c3299 if (check_add_overflow(off, sq_array_size, &off)) in rings_size()