Home
last modified time | relevance | path

Searched refs:STRING_UNITS_10 (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dstring_helpers.h22 STRING_UNITS_10, /* use powers of 10^3 (standard SI) */ enumerator
/linux/lib/
H A Dstring_helpers.c50 [STRING_UNITS_10] = units_10, in string_get_size()
54 [STRING_UNITS_10] = 1000, in string_get_size()
H A Dstring_helpers_kunit.c516 string_get_size(size, blk_size, STRING_UNITS_10 | units, buf10, sizeof(buf10)); in __test_string_get_size_one()