Searched refs:nr_cells (Results 1 – 2 of 2) sorted by relevance
32 static uint32_t calc_nr_buckets(unsigned nr_cells) in calc_nr_buckets() argument36 nr_cells /= 4; in calc_nr_buckets()37 nr_cells = min(nr_cells, 8192u); in calc_nr_buckets()39 while (n < nr_cells) in calc_nr_buckets()57 struct dm_bio_prison *dm_bio_prison_create(unsigned nr_cells) in dm_bio_prison_create() argument60 uint32_t nr_buckets = calc_nr_buckets(nr_cells); in dm_bio_prison_create()68 prison->cell_pool = mempool_create_slab_pool(nr_cells, _cell_cache); in dm_bio_prison_create()
44 struct dm_bio_prison *dm_bio_prison_create(unsigned nr_cells);