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

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

Completed in 330 milliseconds