Searched refs:STRING_UNITS_NO_BYTES (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ | ||
| H A D | string_helpers.h | 28 STRING_UNITS_NO_BYTES = BIT(31), enumerator |
| /linux/lib/ | ||
| H A D | string_helpers.c | 138 (units & STRING_UNITS_NO_BYTES) ? "" : "B"); in string_get_size() |