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

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

Completed in 44 milliseconds