Searched refs:check_sub_overflow (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/include/linux/ |
D | overflow.h | 81 #define check_sub_overflow(a, b, d) \ macro 232 check_sub_overflow(minuend, subtrahend, &bytes)) in size_sub()
|
/Linux-v6.6/tools/include/linux/ |
D | overflow.h | 53 #define check_sub_overflow(a, b, d) ({ \ macro
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | calib.c | 63 if (check_sub_overflow(len, sizeof(*cmd), &len)) in iwl_calib_set()
|
/Linux-v6.6/drivers/input/misc/ |
D | uinput.c | 413 if (!check_sub_overflow(max, min, &range) && abs->flat > range) { in uinput_validate_absinfo()
|
/Linux-v6.6/include/net/ |
D | sch_generic.h | 656 if (check_sub_overflow(cl->filter_cnt, 1, &res)) in qdisc_class_put()
|
/Linux-v6.6/Documentation/translations/it_IT/process/ |
D | deprecated.rst | 119 check_sub_overflow(), e check_shl_overflow().
|
/Linux-v6.6/Documentation/process/ |
D | deprecated.rst | 110 check_sub_overflow(), and check_shl_overflow() family of functions.
|
/Linux-v6.6/Documentation/translations/sp_SP/process/ |
D | deprecated.rst | 117 check_add_overflow(), check_sub_overflow(), y check_shl_overflow().
|
/Linux-v6.6/drivers/iommu/iommufd/ |
D | pages.c | 176 rc = check_sub_overflow(pages->npinned, npages, &pages->npinned); in iopt_pages_sub_npinned()
|
/Linux-v6.6/drivers/infiniband/core/ |
D | uverbs_cmd.c | 2848 if (check_sub_overflow((size_t)kern_spec->hdr.size, in kern_spec_to_ib_spec_filter()
|