Lines Matching refs:blk_size
461 #define test_string_get_size_one(size, blk_size, exp_result10, exp_result2) \ argument
465 __test_string_get_size(test, (size), (blk_size), (exp_result10), \
475 const u64 blk_size) in test_string_get_size_check() argument
479 size, blk_size, units); in test_string_get_size_check()
497 const u64 size, const u64 blk_size, in __test_string_get_size_one() argument
516 string_get_size(size, blk_size, STRING_UNITS_10 | units, buf10, sizeof(buf10)); in __test_string_get_size_one()
517 string_get_size(size, blk_size, STRING_UNITS_2 | units, buf2, sizeof(buf2)); in __test_string_get_size_one()
519 test_string_get_size_check(test, prefix10, exp10, buf10, size, blk_size); in __test_string_get_size_one()
520 test_string_get_size_check(test, prefix2, exp2, buf2, size, blk_size); in __test_string_get_size_one()
524 const u64 size, const u64 blk_size, in __test_string_get_size() argument
540 __test_string_get_size_one(test, size, blk_size, in __test_string_get_size()