Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dstring_helpers.h14 STRING_UNITS_10, /* use powers of 10^3 (standard SI) */ enumerator
/linux-4.19.296/lib/
Dstring_helpers.c43 [STRING_UNITS_10] = units_10, in string_get_size()
47 [STRING_UNITS_10] = 1000, in string_get_size()
Dtest-string_helpers.c363 string_get_size(size, blk_size, STRING_UNITS_10, buf10, sizeof(buf10)); in __test_string_get_size()