Home
last modified time | relevance | path

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

/Linux-v5.15/lib/
Dstring_helpers.c34 void string_get_size(u64 size, u64 blk_size, const enum string_size_units units, in string_get_size() function
131 EXPORT_SYMBOL(string_get_size);
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()
/Linux-v5.15/include/linux/
Dstring_helpers.h19 void string_get_size(u64 size, u64 blk_size, enum string_size_units units,
/Linux-v5.15/drivers/block/
Dvirtio_blk.c452 string_get_size(nblocks, queue_logical_block_size(q), in virtblk_update_capacity()
454 string_get_size(nblocks, queue_logical_block_size(q), in virtblk_update_capacity()
/Linux-v5.15/drivers/gpu/drm/gud/
Dgud_drv.c331 string_get_size(gdrm->bulk_len, 1, STRING_UNITS_2, buf, sizeof(buf)); in gud_stats_debugfs()
/Linux-v5.15/arch/powerpc/mm/book3s64/
Dradix_pgtable.c254 string_get_size(size, 1, STRING_UNITS_2, buf, sizeof(buf)); in print_mapping()
/Linux-v5.15/drivers/mmc/core/
Dblock.c2436 string_get_size((u64)size, 512, STRING_UNITS_2, in mmc_blk_alloc_req()
2627 string_get_size((u64)size, 512, STRING_UNITS_2, in mmc_blk_alloc_rpmb_part()
/Linux-v5.15/mm/
Dhugetlb.c2978 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32); in hugetlb_hstate_alloc_pages()
3009 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32); in report_hugepages()
3665 string_get_size(huge_page_size(&default_hstate), in hugetlb_init()
/Linux-v5.15/drivers/scsi/
Dsd.c2588 string_get_size(sdkp->capacity, sector_size, in sd_print_capacity()
2590 string_get_size(sdkp->capacity, sector_size, in sd_print_capacity()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c3460 string_get_size((u64)to - from + 1, 1, STRING_UNITS_2, buf, in mem_region_show()