Lines Matching refs:size
352 #define test_string_get_size_one(size, blk_size, exp_result10, exp_result2) \
356 __test_string_get_size((size), (blk_size), (exp_result10), \
364 const u64 size,
373 pr_warn("string_get_size(size = %llu, blk_size = %llu, units = %s)\n",
374 size, blk_size, units);
378 static __init void __test_string_get_size(const u64 size, const u64 blk_size,
385 string_get_size(size, blk_size, STRING_UNITS_10, buf10, sizeof(buf10));
386 string_get_size(size, blk_size, STRING_UNITS_2, buf2, sizeof(buf2));
389 size, blk_size);
392 size, blk_size);