Home
last modified time | relevance | path

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

/lib/tests/
A Dstring_helpers_kunit.c471 const char *units, in test_string_get_size_check() argument
479 size, blk_size, units); in test_string_get_size_check()
500 enum string_size_units units, in __test_string_get_size_one() argument
516 string_get_size(size, blk_size, STRING_UNITS_10 | units, buf10, sizeof(buf10)); in __test_string_get_size_one()
517 string_get_size(size, blk_size, STRING_UNITS_2 | units, buf2, sizeof(buf2)); in __test_string_get_size_one()
529 enum string_size_units units; in __test_string_get_size() member
542 get_size_test_cases[i].units, in __test_string_get_size()
/lib/
A Dstring_helpers.c39 int string_get_size(u64 size, u64 blk_size, const enum string_size_units units, in string_get_size() argument
42 enum string_size_units units_base = units & STRING_UNITS_MASK; in string_get_size()
135 (units & STRING_UNITS_NO_SPACE) ? "" : " ", in string_get_size()
137 (units & STRING_UNITS_NO_BYTES) ? "" : "B"); in string_get_size()
A DKconfig.debug407 compilation units from the supplied language. Used in Kbuild to

Completed in 13 milliseconds