Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstring_helpers.h23 STRING_UNITS_10, /* use powers of 10^3 (standard SI) */ enumerator
/openbmc/linux/lib/
H A Dstring_helpers.c45 [STRING_UNITS_10] = units_10, in string_get_size()
49 [STRING_UNITS_10] = 1000, in string_get_size()
H A Dtest-string_helpers.c510 string_get_size(size, blk_size, STRING_UNITS_10, buf10, sizeof(buf10)); in __test_string_get_size()
/openbmc/linux/drivers/block/
H A Dvirtio_blk.c991 STRING_UNITS_10, cap_str_10, sizeof(cap_str_10)); in virtblk_update_capacity()
/openbmc/linux/drivers/scsi/
H A Dsd.c2733 STRING_UNITS_10, cap_str_10, sizeof(cap_str_10)); in sd_print_capacity()