Searched refs:string_get_size (Results 1 – 13 of 13) sorted by relevance
/linux/include/linux/ |
A D | string_helpers.h | 20 void string_get_size(u64 size, u64 blk_size, enum string_size_units units,
|
/linux/lib/ |
A D | string_helpers.c | 34 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);
|
A D | test-string_helpers.c | 510 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/drivers/block/ |
A D | virtio_blk.c | 516 string_get_size(nblocks, queue_logical_block_size(q), in virtblk_update_capacity() 518 string_get_size(nblocks, queue_logical_block_size(q), in virtblk_update_capacity()
|
/linux/drivers/gpu/drm/gud/ |
A D | gud_drv.c | 331 string_get_size(gdrm->bulk_len, 1, STRING_UNITS_2, buf, sizeof(buf)); in gud_stats_debugfs()
|
/linux/arch/powerpc/mm/book3s64/ |
A D | radix_pgtable.c | 254 string_get_size(size, 1, STRING_UNITS_2, buf, sizeof(buf)); in print_mapping()
|
/linux/mm/ |
A D | hugetlb.c | 3065 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32); in hugetlb_hstate_alloc_pages_onenode() 3127 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32); in hugetlb_hstate_alloc_pages() 3177 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32); in report_hugepages() 4037 string_get_size(huge_page_size(&default_hstate), in hugetlb_init()
|
/linux/drivers/mmc/core/ |
A D | block.c | 2436 string_get_size((u64)size, 512, STRING_UNITS_2, in mmc_blk_alloc_req() 2632 string_get_size((u64)size, 512, STRING_UNITS_2, in mmc_blk_alloc_rpmb_part()
|
/linux/drivers/scsi/ |
A D | sd.c | 2628 string_get_size(sdkp->capacity, sector_size, in sd_print_capacity() 2630 string_get_size(sdkp->capacity, sector_size, in sd_print_capacity()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_debugfs.c | 3460 string_get_size((u64)to - from + 1, 1, STRING_UNITS_2, buf, in mem_region_show()
|
/linux/ |
A D | vmlinux.symvers | 8293 0x00000000 string_get_size vmlinux EXPORT_SYMBOL
|
A D | System.map | 16681 ffff80001049b5f4 T string_get_size
|
A D | .tmp_System.map | 16681 ffff80001049b5f4 T string_get_size
|
Completed in 355 milliseconds