Searched refs:check_sub_overflow (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/linux/ |
D | overflow.h | 81 #define check_sub_overflow(a, b, d) \ macro 185 check_sub_overflow(minuend, subtrahend, &bytes)) in size_sub()
|
/linux-6.1.9/tools/include/linux/ |
D | overflow.h | 53 #define check_sub_overflow(a, b, d) ({ \ macro
|
/linux-6.1.9/drivers/input/misc/ |
D | uinput.c | 412 if (!check_sub_overflow(max, min, &range) && abs->flat > range) { in uinput_validate_absinfo()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | calib.c | 63 if (check_sub_overflow(len, sizeof(*cmd), &len)) in iwl_calib_set()
|
/linux-6.1.9/Documentation/process/ |
D | deprecated.rst | 110 check_sub_overflow(), and check_shl_overflow() family of functions.
|
/linux-6.1.9/Documentation/translations/it_IT/process/ |
D | deprecated.rst | 119 check_sub_overflow(), e check_shl_overflow().
|
/linux-6.1.9/drivers/infiniband/core/ |
D | uverbs_cmd.c | 2843 if (check_sub_overflow((size_t)kern_spec->hdr.size, in kern_spec_to_ib_spec_filter()
|