Home
last modified time | relevance | path

Searched refs:check_sub_overflow (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/include/linux/
Doverflow.h81 #define check_sub_overflow(a, b, d) \ macro
232 check_sub_overflow(minuend, subtrahend, &bytes)) in size_sub()
/Linux-v6.6/tools/include/linux/
Doverflow.h53 #define check_sub_overflow(a, b, d) ({ \ macro
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/dvm/
Dcalib.c63 if (check_sub_overflow(len, sizeof(*cmd), &len)) in iwl_calib_set()
/Linux-v6.6/drivers/input/misc/
Duinput.c413 if (!check_sub_overflow(max, min, &range) && abs->flat > range) { in uinput_validate_absinfo()
/Linux-v6.6/include/net/
Dsch_generic.h656 if (check_sub_overflow(cl->filter_cnt, 1, &res)) in qdisc_class_put()
/Linux-v6.6/Documentation/translations/it_IT/process/
Ddeprecated.rst119 check_sub_overflow(), e check_shl_overflow().
/Linux-v6.6/Documentation/process/
Ddeprecated.rst110 check_sub_overflow(), and check_shl_overflow() family of functions.
/Linux-v6.6/Documentation/translations/sp_SP/process/
Ddeprecated.rst117 check_add_overflow(), check_sub_overflow(), y check_shl_overflow().
/Linux-v6.6/drivers/iommu/iommufd/
Dpages.c176 rc = check_sub_overflow(pages->npinned, npages, &pages->npinned); in iopt_pages_sub_npinned()
/Linux-v6.6/drivers/infiniband/core/
Duverbs_cmd.c2848 if (check_sub_overflow((size_t)kern_spec->hdr.size, in kern_spec_to_ib_spec_filter()