Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemblock.c2952 char txtsz[16]; in memblock_reserve_mem_show() local
2960 memset(txtsz, 0, sizeof(txtsz)); in memblock_reserve_mem_show()
2961 string_get_size(map->size, 1, STRING_UNITS_2, txtsz, sizeof(txtsz)); in memblock_reserve_mem_show()
2962 seq_printf(m, "%s\t\t(%s)\n", map->name, txtsz); in memblock_reserve_mem_show()