Lines Matching defs:blk_size
477 #define test_string_get_size_one(size, blk_size, exp_result10, exp_result2) \
481 __test_string_get_size((size), (blk_size), (exp_result10), \
490 const u64 blk_size)
498 pr_warn("string_get_size(size = %llu, blk_size = %llu, units = %s)\n",
499 size, blk_size, units);
503 static __init void __test_string_get_size(const u64 size, const u64 blk_size,
510 string_get_size(size, blk_size, STRING_UNITS_10, buf10, sizeof(buf10));
511 string_get_size(size, blk_size, STRING_UNITS_2, buf2, sizeof(buf2));
514 size, blk_size);
517 size, blk_size);