Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-bio-prison.c25 static struct kmem_cache *_cell_cache; variable
42 prison->cell_pool = mempool_create_slab_pool(MIN_CELLS, _cell_cache); in dm_bio_prison_create()
375 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0); in dm_bio_prison_init()
376 if (!_cell_cache) in dm_bio_prison_init()
384 kmem_cache_destroy(_cell_cache); in dm_bio_prison_exit()
385 _cell_cache = NULL; in dm_bio_prison_exit()