Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
De2freefrag.c148 unsigned long total_chunks; in get_chunk_info() local
164 total_chunks = (ext2fs_blocks_count(fs->super) + in get_chunk_info()
168 total_chunks, info->free_chunks, in get_chunk_info()
169 (double)info->free_chunks * 100 / total_chunks); in get_chunk_info()
/external/valgrind/memcheck/
Dmc_malloc_wrappers.c769 UInt total_pools = 0, total_chunks = 0; in check_mempool_sane() local
777 total_chunks++; in check_mempool_sane()
783 total_pools, total_chunks); in check_mempool_sane()