Home
last modified time | relevance | path

Searched refs:STRING_UNITS_NO_BYTES (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dstring_helpers.h28 STRING_UNITS_NO_BYTES = BIT(31), enumerator
/linux/lib/
H A Dstring_helpers.c138 (units & STRING_UNITS_NO_BYTES) ? "" : "B"); in string_get_size()