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

/linux-master/drivers/md/
H A Ddm-bio-prison-v2.c29 static struct kmem_cache *_cell_cache; variable in typeref:struct:kmem_cache
48 ret = mempool_init_slab_pool(&prison->cell_pool, MIN_CELLS, _cell_cache);
354 _cell_cache = KMEM_CACHE(dm_bio_prison_cell_v2, 0);
355 if (!_cell_cache)
363 kmem_cache_destroy(_cell_cache);
364 _cell_cache = NULL;
H A Ddm-bio-prison-v1.c32 static struct kmem_cache *_cell_cache; variable in typeref:struct:kmem_cache
57 ret = mempool_init_slab_pool(&prison->cell_pool, MIN_CELLS, _cell_cache);
433 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0);
434 if (!_cell_cache)
442 kmem_cache_destroy(_cell_cache);
443 _cell_cache = NULL;

Completed in 143 milliseconds