Searched refs:STRING_UNITS_2 (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/mtd/spi-nor/ |
D | debugfs.c | 85 string_get_size(params->size, 1, STRING_UNITS_2, buf, sizeof(buf)); in spi_nor_params_show() 130 string_get_size(et->size, 1, STRING_UNITS_2, buf, in spi_nor_params_show() 137 string_get_size(params->size, 1, STRING_UNITS_2, buf, sizeof(buf)); in spi_nor_params_show()
|
/linux-6.1.9/lib/ |
D | string_helpers.c | 46 [STRING_UNITS_2] = units_2, in string_get_size() 50 [STRING_UNITS_2] = 1024, in string_get_size() 102 if (units == STRING_UNITS_2) { in string_get_size()
|
D | test-string_helpers.c | 511 string_get_size(size, blk_size, STRING_UNITS_2, buf2, sizeof(buf2)); in __test_string_get_size()
|
/linux-6.1.9/include/linux/ |
D | string_helpers.h | 18 STRING_UNITS_2, /* use binary powers of 2^10 */ enumerator
|
/linux-6.1.9/drivers/gpu/drm/gud/ |
D | gud_drv.c | 332 string_get_size(gdrm->bulk_len, 1, STRING_UNITS_2, buf, sizeof(buf)); in gud_stats_debugfs()
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 256 string_get_size(size, 1, STRING_UNITS_2, buf, sizeof(buf)); in print_mapping()
|
/linux-6.1.9/drivers/block/ |
D | virtio_blk.c | 578 STRING_UNITS_2, cap_str_2, sizeof(cap_str_2)); in virtblk_update_capacity()
|
/linux-6.1.9/mm/ |
D | hugetlb.c | 3235 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32); in hugetlb_hstate_alloc_pages_onenode() 3297 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32); in hugetlb_hstate_alloc_pages() 3343 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32); in report_hugepages() 4227 1, STRING_UNITS_2, buf, 32); in hugetlb_init()
|
/linux-6.1.9/drivers/mmc/core/ |
D | block.c | 2509 string_get_size((u64)size, 512, STRING_UNITS_2, in mmc_blk_alloc_req() 2705 string_get_size((u64)size, 512, STRING_UNITS_2, in mmc_blk_alloc_rpmb_part()
|
/linux-6.1.9/drivers/scsi/ |
D | sd.c | 2530 STRING_UNITS_2, cap_str_2, sizeof(cap_str_2)); in sd_print_capacity()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 3460 string_get_size((u64)to - from + 1, 1, STRING_UNITS_2, buf, in mem_region_show()
|