Home
last modified time | relevance | path

Searched refs:size_sub (Results 1 – 9 of 9) sorted by relevance

/linux/lib/
A Doverflow_kunit.c749 check_one_size_helper(1, size_sub, var--, 3); in overflow_size_helpers_test()
750 check_one_size_helper(1, size_sub, 4, var--); in overflow_size_helpers_test()
751 check_one_size_helper(1, size_sub, 3, 2); in overflow_size_helpers_test()
752 check_one_size_helper(9, size_sub, 9, 0); in overflow_size_helpers_test()
753 check_one_size_helper(SIZE_MAX, size_sub, 9, -3); in overflow_size_helpers_test()
754 check_one_size_helper(SIZE_MAX, size_sub, 0, 9); in overflow_size_helpers_test()
755 check_one_size_helper(SIZE_MAX, size_sub, 2, 3); in overflow_size_helpers_test()
756 check_one_size_helper(SIZE_MAX, size_sub, SIZE_MAX, 0); in overflow_size_helpers_test()
757 check_one_size_helper(SIZE_MAX, size_sub, SIZE_MAX, 10); in overflow_size_helpers_test()
758 check_one_size_helper(SIZE_MAX, size_sub, 0, SIZE_MAX); in overflow_size_helpers_test()
[all …]
/linux/include/linux/
A Doverflow.h306 static inline size_t __must_check size_sub(size_t minuend, size_t subtrahend) in size_sub() function
/linux/sound/soc/codecs/
A Dsigmadsp.c416 data = kzalloc(struct_size(data, data, size_sub(len, 2)), in process_sigma_action()
/linux/Documentation/process/
A Ddeprecated.rst98 size_add(), and size_sub() helpers. For example, in the case of::
106 size_sub(count, 3))), GFP_KERNEL);
/linux/Documentation/translations/it_IT/process/
A Ddeprecated.rst106 Per altri calcoli, usate le funzioni size_mul(), size_add(), e size_sub(). Per
115 size_sub(count, 3))), GFP_KERNEL);
/linux/Documentation/translations/sp_SP/process/
A Ddeprecated.rst105 size_add(), and size_sub(). Por ejemplo, en el caso de::
113 size_sub(count, 3))), GFP_KERNEL);
/linux/drivers/infiniband/core/
A Duser_mad.c1396 size_add(size_sub(e, s), 1)), in ib_umad_add_one()
A Dsa_query.c2163 size_add(size_sub(e, s), 1)), in ib_sa_add_one()
/linux/drivers/net/wireless/quantenna/qtnfmac/
A Dcommands.c1331 payload_len = size_sub(payload_len, sizeof(struct qlink_tlv_hdr)); in qtnf_cmd_band_fill_iftype()

Completed in 35 milliseconds