Home
last modified time | relevance | path

Searched refs:string_get_size (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/mtd/spi-nor/
Ddebugfs.c85 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/include/linux/
Dstring_helpers.h21 void string_get_size(u64 size, u64 blk_size, enum string_size_units units,
/linux-6.1.9/lib/
Dtest-string_helpers.c510 string_get_size(size, blk_size, STRING_UNITS_10, buf10, sizeof(buf10)); in __test_string_get_size()
511 string_get_size(size, blk_size, STRING_UNITS_2, buf2, sizeof(buf2)); in __test_string_get_size()
Dstring_helpers.c35 void string_get_size(u64 size, u64 blk_size, const enum string_size_units units, in string_get_size() function
132 EXPORT_SYMBOL(string_get_size);
/linux-6.1.9/drivers/block/
Dvirtio_blk.c577 string_get_size(nblocks, queue_logical_block_size(q), in virtblk_update_capacity()
579 string_get_size(nblocks, queue_logical_block_size(q), in virtblk_update_capacity()
/linux-6.1.9/drivers/gpu/drm/gud/
Dgud_drv.c332 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/
Dradix_pgtable.c256 string_get_size(size, 1, STRING_UNITS_2, buf, sizeof(buf)); in print_mapping()
/linux-6.1.9/mm/
Dhugetlb.c3235 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()
4226 string_get_size(huge_page_size(&default_hstate), in hugetlb_init()
/linux-6.1.9/drivers/mmc/core/
Dblock.c2509 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/
Dsd.c2529 string_get_size(sdkp->capacity, sector_size, in sd_print_capacity()
2531 string_get_size(sdkp->capacity, sector_size, in sd_print_capacity()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c3460 string_get_size((u64)to - from + 1, 1, STRING_UNITS_2, buf, in mem_region_show()