Home
last modified time | relevance | path

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

/external/fio/
Dsmalloc.c183 int bitmap_blocks; in add_pool() local
196 bitmap_blocks = alloc_size / SMALLOC_BPL; in add_pool()
197 alloc_size += bitmap_blocks * sizeof(unsigned int); in add_pool()
200 pool->nr_blocks = bitmap_blocks; in add_pool()
201 pool->free_blocks = bitmap_blocks * SMALLOC_BPB; in add_pool()