Searched refs:string_get_size (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | string_helpers.c | 34 void string_get_size(u64 size, u64 blk_size, const enum string_size_units units, in string_get_size() function 131 EXPORT_SYMBOL(string_get_size);
|
D | test-string_helpers.c | 363 string_get_size(size, blk_size, STRING_UNITS_10, buf10, sizeof(buf10)); in __test_string_get_size() 364 string_get_size(size, blk_size, STRING_UNITS_2, buf2, sizeof(buf2)); in __test_string_get_size()
|